lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.17 example for changing entire document fonts swellsnoteheadsand o


From: Nick Payne
Subject: Re: 2.17 example for changing entire document fonts swellsnoteheadsand other elements
Date: Tue, 15 Jan 2013 05:20:25 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 14/01/13 23:34, Trevor Daniels wrote:
Trevor Daniels wrote Monday, January 14, 2013 12:17 PM
Nick Payne wrote Monday, January 14, 2013 7:46 AM

If I use the define fonts example in the documentation at
http://lilypond.org/doc/v2.17/Documentation/notation/fonts#entire-document-fonts
to change the document fonts, the noteheads swell so that they no longer
fit between the staff lines.
You're right Nick.  Looks like my 'fix' is not acceptable.  I'll
investigate further.

It looks like I was careless in setting the scaling factor to 2.
It should be 2.5, I think.

Nick: could you please check and see if this fixes your problem:

\paper {
    #(define fonts
      (make-pango-font-tree "Times New Roman"
        "Nimbus Sans"
        "Luxi Mono"
        (/ (* staff-height pt) 2.5)))
}

Yes, with the scaling factor set to 2.5 the problem is fixed.

Nick



reply via email to

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