lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing title and stanza font


From: Christoph Bartoschek
Subject: Re: Changing title and stanza font
Date: Thu, 24 May 2007 11:23:06 +0200
User-agent: KMail/1.9.7

Am Donnerstag, 24. Mai 2007 schrieben Sie:
>
> If you want to change all fonts of the document, read about
> make-pango-font-tree
> in the section on Font Selection in the manual.

Thanks,

using make-pango-font-tree works. However the noteheads are quite big with the
example used in the manual:

myStaffSize = #20
   
#(define fonts
  (make-pango-font-tree "MetaPro-Normal"
                        "Nimbus Sans"
                        "Luxi Mono"
                        (/ myStaffSize 20)))

What are the correct values to get the same result as with:

#(set-global-staff-size 14)


Christoph




reply via email to

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