Moving the ends of hairpins: Difference between revisions

Import snippet from LSR
 
m New category
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The ends of hairpins may be offset by setting the <code>shorten-pair</code> property of the <code>Hairpin</code> object. Positive values move endpoints to the right, negative to the left. Unlike the <code>minimum-length</code> property, this property only affects the appearance of the hairpin; it does not adjust horizontal spacing (including the position of bounding dynamics). This method is thus suitable for fine-tuning a hairpin within its allotted space.
The ends of hairpins may be offset by setting the <code>shorten-pair</code> property of the <code>Hairpin</code> object. Positive values move endpoints to the right, negative to the left. Unlike the <code>minimum-length</code> property, this property only affects the appearance of the hairpin; it does not adjust horizontal spacing (including the position of bounding dynamics). This method is thus suitable for fine-tuning a hairpin within its allotted space.


<lilypond version="2.24.0">
<lilypond version="2.24">
{
{
   c'1~\<
   c'1~\<
Line 18: Line 18:
[[Category:Expressive marks]]
[[Category:Expressive marks]]
[[Category:Included in the official documentation]]
[[Category:Included in the official documentation]]
[[Category:Snippet]]