Christian <[email protected]> writes:
> I am trying to use 2 different fonts for the composter name.
> But lilypond doesn't show it the way I would like it to.
>
>
> composer = \markup \override #'(font-name . "Plantin MT Std Italic") {
> Muziek: } %\markup \override #'(font-name . "Plantin MT Std") { John Goss
> (1800 - 1880) }
Hard to guess what you actually want here from this fragment without
description and only half-active. Presumably something like
composer = \markup {
\override #'(font-name . "Plantin MT Std Italic") Muziek:
\override #'(font-name . "Plantin MT Std") { John Goss (1800 - 1880) }
}
--
David Kastrup
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user