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



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to