2012/10/21 Knut Petersen <knut_peter...@t-online.de>:
> 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"
>     )))
>
> cu,
>  Knut
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Hi Knut,

try:

foo = #(make-dynamic-script
        (markup #:line (#:hspace -2.6 #:normal-text #:override '(font-name .
"Purisa Italic Bold")
       #:fontsize 0
       ;#:italic
       ;#:bold
          "foo"
    )))

    {
            c1\foo
    }

HTH,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to