lilypond-user
[Top][All Lists]
Advanced

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

Re: Short stems


From: Nick Payne
Subject: Re: Short stems
Date: Tue, 18 Dec 2012 12:31:55 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 18/12/12 09:35, Arle Lommel wrote:
I have run into an odd little aesthetic issue. I'm finding that some eighth (or shorter) notes get stems that are too short when they stick out from the staff.
You can change the default multiplier for stem lengths with

\override Stem.length-fraction = #(magstep n)

where n is the value you allocate to magstep to suit your needs. e.g.

\version "2.16.1"

\relative c'' {
  \override Stem #'length-fraction = #(magstep 1.5)
  <d g b>8 \stemDown <d f, d>8
}


reply via email to

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