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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to