lilypond-user
[Top][All Lists]
Advanced

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

Re: scale notehead X and Y independently


From: Robin Bannister
Subject: Re: scale notehead X and Y independently
Date: Sat, 26 Feb 2011 23:53:58 +0100

Tim Sheasby wrote:
Can a notehead be scaled by different factors in the x and y directions?
In the recent development versions (starting with 2.13.38) you can. The following snippet uses an X-factor of 2: wideNH = #(lambda (grob) (ly:stencil-scale (ly:note-head::print grob) 2 1))

{
b'4 g'4 \override NoteHead #'stencil = #wideNH
 b'4 g'4
}
Cheers, Robin



reply via email to

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