Setting the minimum length of hairpins: Difference between revisions
Appearance
No edit summary |
m New category |
||
| Line 16: | Line 16: | ||
[[Category:Expressive marks]] | [[Category:Expressive marks]] | ||
[[Category:Expressive marks]] | [[Category:Expressive marks]] | ||
[[Category:Included in the official documentation]][[Category:Snippet]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||
Revision as of 23:34, 21 November 2025
If hairpins are too short, they can be lengthened by modifying the minimum-length property of the Hairpin object.
\version "2.24"
<<
{
\after 4 \< \after 2 \> \after 2. \! f'1
\override Hairpin.minimum-length = 8
\after 4 \< \after 2 \> \after 2. \! f'1
}
{
\repeat unfold 8 c'4
}
>>