Simon,

Since I am not a power user as some on this list are, please indicate what I
should leave out.
The indication of a Piano Staff?
The key and time signatures?
The indication of two explicit voices in the "upper" staff?
The inclusion of the "\grace s8" in two of the other voices?
The pitches and durations after the first in each of the voices?

Thank you for your kind consideration.

Mark


-----Original Message-----
From: Simon Albrecht [mailto:simon.albre...@mail.de] 
Sent: Sunday, August 21, 2016 10:23 AM
To: Mark Stephen Mrotek <carsonm...@ca.rr.com>; lilypond-user@gnu.org
Subject: Re: that acciaccatura issue

On 21.08.2016 19:18, Mark Stephen Mrotek wrote:
> A minimal example was attached.

No it wasn't. There were lots of stuff in it that have nothing to do with
the problem. Please (re)read <http://lilypond.org/tiny-examples.html>
carefully, and do as it says.

Yours, Simon
\version "2.18.2"


\new PianoStaff <<
  \set PianoStaff.instrumentName = #"Var. IX  "
   \new Staff = "upper" <<
     \time 4/4
     \key bes \major
     \new Voice = "soprano"
     { \voiceOne \relative c'' { 
     \acciaccatura a8 bes4^. r \acciaccatura a8 bes4^. r |
       }
     }
     
     \new Voice = "alto"
     { \voiceTwo \relative c'' {  
     \grace s8 r4 \stemDown <d, f> r q | 
       }
     }      
   >>   
   \new Staff = "lower" 
   {
     \time 4/4
     \key bes \major
     \clef bass
     \relative c {    
     \grace s8 r16 bes' (f d bes4) r16 bes' (f d bes4)   }
   }
  >>
 
    \layout {
    
   }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to