Knut Petersen <[email protected]> writes:

> Hi everybody!
>
> How can I feed the equivalent of  \override #'(font-name . "FOOBAR") to 
> make-dynamic-script?
> The "#:typewriter" below should be replaced with a special font. 
> make-pango-font-tree is not an
> option because of the known issues.
>
> foo = #(make-dynamic-script (markup #:line (#:hspace -2.6 #:normal-text 
> #:typewriter
>        #:fontsize 0 #:italic #:bold
>           "foo"
>     )))

With LilyPond 2.16,

foo = #(make-dynamic-script #{ \markup \line {\hspace #-2.6 \normal-text
     \typewriter \fontsize #0 \italic \bold
     \override #'(font-name . "Zapf Chancery") "foo" } #})

{ c\foo }

appears to do _something_ here.

-- 
David Kastrup


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

Reply via email to