2009/12/15 Alexander Kobel <[email protected]>:
> 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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond