lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: different fonts in composer name


From: David Kastrup
Subject: Re: different fonts in composer name
Date: Sat, 06 Apr 2013 23:14:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Christian <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]