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: Alexander Kobel
Subject: Re: bug with LSR Item #233 (hairpin with centred dynamics)?
Date: Tue, 15 Dec 2009 18:36:04 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Neil Puttock wrote:
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))))

Oh, cool, this works?! (It does, of course. It's just "hairpin-def" instead of "rest-def" in line 2.)

I guess that kind of setting can only be done in global context, right?


Cheers,
Alexander




reply via email to

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