bug-lilypond
[Top][All Lists]
Advanced

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

Re: bug with LSR Item #233 (hairpin with centred dynamics)?


From: Alexander Kobel
Subject: Re: bug with LSR Item #233 (hairpin with centred dynamics)?
Date: Tue, 15 Dec 2009 18:21:09 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Kieren MacMillan wrote:
Hi all,

It appears that the snippet
   <http://lsr.dsi.unimi.it/LSR/Item?id=233>
does not respect the Staff fontSize (e.g., as set in a \with block).

1. What's the explanation?
2. What's a workaround?


Hi, Kieren,

I guess the reason is that the markup text is evaluated w.r.t. the Hairpin grob, which usually does not hold a font-size property, and thus is not affected by the fontSize setting. Thus, the grob-interpret-markup falls back to the per-score layout defaults, which is font-size = #0. The workaround is to use a \override Hairpin #'font-size = #42 in the \with block (for your favourite value of 42, of course).


HTH,
Alexander




reply via email to

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