bug-lilypond
[Top][All Lists]
Advanced

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

Re: Setting font families for entire document in LilyPond version 2.18.2


From: Simon Albrecht
Subject: Re: Setting font families for entire document in LilyPond version 2.18.2.
Date: Tue, 20 Dec 2016 20:33:43 +0100

Hi Mirosław,

On 20.12.2016 20:25, Mirosław Doroszewski wrote:
Setting font families for entire document is not possible in template
added to document with \include.

Yes, it is. Just use something like this in your \include file:

\paper {
  fonts = #(make-pango-font-tree
            "Linux Libertine O"
            "Ubuntu"
            "Ubuntu Mono"
            (/ (* staff-height pt) 2.5))
}

and be sure to include the file _after_ using #(set-global-staff-size #!!#).

Best, Simon

PS. Maybe ask on the address@hidden list first, if you’re not completely sure the feature is missing.



reply via email to

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