Erik Sandberg wrote: > If you override the flag-style of a grace note to normal, without reverting > it afterwards, notes after the grace block will get slashes through their > stems. Is this a bug, or is there a logical reason that it should be this > way?
It is no bug. When the grace section begins, lilypond overrides the flag-style to be grace. When the grace section ends lilypond reverts the flag style. If you have done an extra override within the section, it is only YOUR setting that lilypond reverts and not both settings. Hence you get what you see. > \property Voice.Stem \override #'flag-style = #'() You should use \set instead of \override here. -Rune _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
