On Fri, Dec 14, 2012 at 10:45:50AM +0100, Arle Lommel wrote: > (Lilypond 2.16.1) > > http://lilypond.org/doc/v2.16/Documentation/notation/fonts contains > instructions on how to change default document fonts. The instructions > require hard coding a staff size of some sort. However, if the global staff > size is set to a value other than 20, the scaling of note heads and other > objects is wrong. > > \paper { > myStaffSize = #20 > #(define fonts > (make-pango-font-tree "Minion Pro" > "Minion Pro" > "Minion Pro" > (/ myStaffSize 20) > )) > } > > It appears that if myStaffSize = #xx is set so that xx = the global staff > size, but the value 20 in (/ myStaffSize 20) is left alone, then display > works as expected.
Thanks, Arle, I've created a tracker for this: http://code.google.com/p/lilypond/issues/detail?id=3027 Cheers, Colin. -- Colin Hall _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
