bug-lilypond
[Top][All Lists]
Advanced

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

Re: Noteheads slightly too large


From: Paul Morris
Subject: Re: Noteheads slightly too large
Date: Sun, 14 Feb 2016 22:36:55 -0500

Hi Pierre,

> On Feb 10, 2016, at 4:08 AM, Pierre Perol-Schneider <address@hidden> wrote:
> 
> Finally, after all types of trials, using 'stencil-scale is definitely the 
> best workaround to reach an acceptable note head output:
> 
> #(set-global-staff-size 180)  %% <= below scales and offsets were set at 
> #(set-global-staff-size 300) and controlled at zoom #2000 
> #(set-default-paper-size "a4" 'landscape)
> 
> \layout {
>   indent = 0
>   \context {
>     \Staff
>     \omit Clef
>     \omit TimeSignature
>   }
> }
> 
> \relative {
>   \override NoteHead.stencil = 
>     #(lambda (grob) (ly:stencil-scale (ly:note-head::print grob) 0.980  
> 0.924))
>   \override NoteHead.extra-offset = #'(0 . -.001)
>   d'4*1/2 f2*1/4 a1*1/8 c\breve*1/16 e\longa*1/32 
> }

Looks good!  Nice to have a workaround for this until the font itself is 
adjusted (assuming it will be).

Cheers,
-Paul


reply via email to

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