Manipulating slurs via 'positions and 'extra-offset: Difference between revisions

Import snippet from LSR
 
m New category
 
(2 intermediate revisions by 2 users not shown)
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.0" full>
<lilypond version="2.24" full>
\paper { tagline = ##f }
\paper { tagline = ##f }


Line 34: Line 34:
[[Category:Tweaks and overrides]]
[[Category:Tweaks and overrides]]
[[Category:Scheme]]
[[Category:Scheme]]
[[Category:Snippet]]