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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to