Hi Pierre, > On Feb 10, 2016, at 4:08 AM, Pierre Perol-Schneider > <[email protected]> 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 _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
