lilypond-user
[Top][All Lists]
Advanced

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

lilypond 1.5.9


From: Alfred Röcker
Subject: lilypond 1.5.9
Date: Wed, 12 Sep 2001 00:58:05 -0700

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

           address@hidden




reply via email to

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