lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing fonts


From: Simon Bailey
Subject: Re: Changing fonts
Date: Fri, 10 Jan 2014 15:28:44 +0100

hiya,

On Fri, Jan 10, 2014 at 3:20 PM, Noeck <address@hidden> wrote:
> But that way I always need to specify the staff size. However, I would
> like to put this in a style sheet and set the staff size later in a
> file. Is that possible?
>
> Or is it possible to read in the global staff size?
> Or could #(set-global-staff-size ) be changed in a way that it also does
> this change for the fonts? -- In short is there any way?

this is from my paperdefs.ly:
<<<
 11 \paper  {
 12   #(include-special-characters)
 13   #(define fonts
 14     (make-pango-font-tree "Kepler Std"
 15                           "Cronos Pro"
 16                           "Luxi Mono"
 17                           (/ staff-height pt 20)))
>>>

not 100% sure where i got that staff-height from. :)

(hmm, looks like i got that from the documentation:
http://lilypond.org/doc/v2.18/Documentation/notation/fonts#entire-document-fonts
-- even though i remember it being documented as per your example).

regards,
sb

-- 
Do not meddle in the affairs of trombonists, for they are subtle and
quick to anger.



reply via email to

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