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: Trevor Daniels
Subject: Re: 2.17 example for changing entire document fonts swellsnoteheadsand other elements
Date: Mon, 14 Jan 2013 12:34:24 -0000

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)))
}

Trevor

reply via email to

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