lilypond-user
[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: Neil Puttock
Subject: Re: bug with LSR Item #233 (hairpin with centred dynamics)?
Date: Tue, 15 Dec 2009 17:26:11 +0000

2009/12/15 Alexander Kobel <address@hidden>:

> The workaround is to use a \override Hairpin #'font-size = #42 in the \with
> block (for your favourite value of 42, of course).

Alternatively, you could add the font-interface to Hairpin:

#(let* ((hairpin-def (assoc 'Hairpin all-grob-descriptions))
         (meta-def (assoc 'meta (cdr rest-def)))
         (interfaces-def (assoc 'interfaces (cdr meta-def))))
    (set-cdr! interfaces-def
                (append '(font-interface) (cdr interfaces-def))))

Regards,
Neil




reply via email to

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