lilypond-user
[Top][All Lists]
Advanced

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

grace note stem lengths


From: Kevin Barry
Subject: grace note stem lengths
Date: Thu, 14 Mar 2013 15:30:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Dear LilyPond users,

Occasionally I find the stem lengths of grace notes to be too long, as in the following example, where the grace 32s have longer stems than the normal ones (because of the slope I think):

\version "2.16.2"

\relative a' {
  s  a32 \afterGrace a { b32[ g] } a8
}

I have tried to alter them with various overrides, including
\override Stem #'(details beamed-lengths) = #'(2)
but they mostly have no effect.  Only
\override Stem #'length-fraction = #0.5
sometimes works for reasons I don't really understand (the behaviour of this property seems unpredictable - different values have odd effects) I gather it's not for this purpose, but I was just trying everything I could find in the internals manual. Could anyone shed some light?

Kevin




reply via email to

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