lilypond-user
[Top][All Lists]
Advanced

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

Re: Font difference between 2.11.23 and GDP


From: Neil Puttock
Subject: Re: Font difference between 2.11.23 and GDP
Date: Sat, 7 Jun 2008 21:02:31 +0100

Hi Ralph,

2008/6/6 Palmer, Ralph <address@hidden>:
> 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




reply via email to

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