Changing beam knee gap: Difference between revisions
Appearance
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
No edit summary |
||
| Line 10: | Line 10: | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Rhythms]] | [[Category:Rhythms]][[Category:Snippet]] | ||
Revision as of 22:48, 21 November 2025
Kneed beams are inserted automatically when a large gap is detected between the note heads. This behavior can be tuned through the auto-knee-gap property. A kneed beam is drawn if the gap is larger than the value of auto-knee-gap plus the width of the beam object (which depends on the duration of the notes and the slope of the beam). By default auto-knee-gap is set to 5.5 staff spaces.
\version "2.24"
{
f8 f''8 f8 f''8
\override Beam.auto-knee-gap = 6
f8 f''8 f8 f''8
}