2010/5/24 Martin Hiendl <[email protected]> :

> Hi!
>
> I hope this hasn't been brought up yet.
>
> I tried to change the default dynamics font with the following
> command:
>
> \score {
>
>  \new Staff \with {
>    \override DynamicText #'font-name = "Linux Libertine"
>    \override DynamicText #'font-series = #'bold
>    \override DynamicText #'font-size = #1
> }

CORRECTION

Maybe it did not work because DynamicText are engraved by
"New_dynamic_engraver", which belong to Voice and not Staff...

And try adding a # before the font name.

  \override DynamicText #'font-name = #"Linux Libertine"

BTW are you sure the font name is correct (checking with
"lilypond -dshow-available-fonts x")?

Cheers,
Xavier

--
Xavier Scheuer <[email protected]>

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

Reply via email to