Christian <christian....@gmail.com> 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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to