Hi Ralph, 2008/6/6 Palmer, Ralph <[EMAIL PROTECTED]>: > Greetings - > > I'm running LilyPond 2.11.23 under Windows XP SP2. I've been working on > Repeats in the GDP. To demonstrate the behavior of manually setting > repeat signs and brackets, I borrowed from LSR snippet 316, modified it, > and included it in Repeats. I tested my modified version before > submitting it, and it worked fine, but the GDP engraved version appears > differently.
> \override Staff.VoltaBracket #'font-name = #"sans" This fails because the Volta_engraver was moved to the Score context with version 2.11.28; the snippet works fine if the offending line is changed to \override Score.VoltaBracket #'font-name = #"sans" though it's a slightly dubious example because the second volta isn't finished and it overrides the fontstyle for numbers. I've recently added a better snippet which demonstrates repeatCommands using markup, which you might like to check out; it's in the Snippets List under item 4.7, "Volta text markup using \repeatCommands". Regards, Neil _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
