lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Partial measures


From: Georges Roux
Subject: Re: Partial measures
Date: Fri, 06 May 2005 11:43:13 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050331)

Erik Sandberg write :

>You can try adding "\grace s8" directly after any event that is incorrectly 
>placed after the grace note.
>
>(e.g., {\global \grace {s8} s1} iso \global)
>
>  
>
Is that correct?

global = {
    \clef "G_8"
    \time 2/4
    \partial4
    \grace s8
  }

upperVoice = \relative c''{
        \grace a8\glissando c8 c8 \bar "||" %1 
}

lowerVoice = \relative c'{
        r4 \bar "||" %1
}

\score {
        \context Staff="music" << \upperVoice \lowerVoice >>
}

Georges





reply via email to

[Prev in Thread] Current Thread [Next in Thread]