Manipulating slurs via 'positions and 'extra-offset: Difference between revisions
Appearance
m New category |
m Does not need full page layout Tag: Reverted |
||
| Line 3: | Line 3: | ||
<code>slurShift</code> shifts the slur exactly the amount you want without changing the shape, <code>slurShiftx</code> combines <code>slurShift</code> and <code>Slur.positions</code>. | <code>slurShift</code> shifts the slur exactly the amount you want without changing the shape, <code>slurShiftx</code> combines <code>slurShift</code> and <code>Slur.positions</code>. | ||
<lilypond version="2.24" | <lilypond version="2.24"> | ||
slurShift= | slurShift= | ||
#(define-music-function (amount) | #(define-music-function (amount) | ||
Revision as of 21:40, 12 March 2026
There is a command to change slurs, \override Slur.positions. Actually the influence of this command is limited, e.g. if you like the shape of the slur and you want to shift it a little bit,
\override Slur.positions does not exactly what you want.
slurShift shifts the slur exactly the amount you want without changing the shape, slurShiftx combines slurShift and Slur.positions.