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: Mats Bengtsson
Subject: Re: Changing title and stanza font
Date: Thu, 24 May 2007 11:30:26 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)



Christoph Bartoschek wrote:
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)
Just replace

myStaffSize = #20

by

myStaffSize = #14

Obvious, isn't it? ;-)

  /Mats




reply via email to

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