Version 1.5.9       file lilypond.html in /lilypond-doc :

Grace notes|
-
-
-
-
Unbeamed eighth notes .........................................

\relative c'' {
  \grace c8 c4 { [c16 c16] } c4
  \grace {
     \property Voice.Stem \override #'flag-style = #'()
     c16
     \property Voice.Stem \revert #'flag-style
  } c4
}

The line    ' \property Voice.Stem \revert #'flag-style '    has to be
replaced by
                ' \property Voice.Stem \override #'flag-style = "grace"
'
because at the end of the grace expression the flag style is
automatically reverted.
With the originally intended coding all the following notes with flags
get a slash across it.

            Alfred Roecker

           Stuttgart  -  Germany

           [EMAIL PROTECTED]


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to