Manipulating slurs via 'positions and 'extra-offset: Difference between revisions
m Does not need full page layout Tag: Reverted |
Tag: Undo |
||
| 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" full> | ||
\paper { tagline = ##f } | |||
slurShift= | slurShift= | ||
#(define-music-function (amount) | #(define-music-function (amount) | ||