lilypond-user
[Top][All Lists]
Advanced

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

Re: Stem length


From: Nick Payne
Subject: Re: Stem length
Date: Tue, 01 Mar 2011 12:44:08 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 01/03/11 10:17, Hilary Snaden wrote:
I've been trying these to lengthen some stems to avoid collisions...

\override Stem #'(details beamed-lengths) = #'(5)
\override Stem #'length-fraction = #(magstep 3.5)

...but despite documentation to the contrary, non-integer values aren't recognised, making it impossible to fine-tune the stem lengths. Is this a known problem, or am I missing something?


For unbeamed notes, you can use

\override Stem #'length = #len

where len is the length of the stem in staff units.

For beamed notes, you can use

\override Beam #'positions = #'(l . r)

where l and r are the positions in staff units of the left and right ends of the beam relative to the centre of the staff.

All of these values can be non-integral.

Nick



reply via email to

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