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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to