Longer repeat ties: Difference between revisions
Created page with "Here is how to create longer repeat ties: <lilypond version="2.24.0"> extendRT = #(define-music-function (further) (number?) #{ \once \override RepeatTie.X-extent = #'(0 . 0) \once \override RepeatTie.details.note-head-gap = #(- 0.2 (/ further 2)) \once \override RepeatTie.extra-offset = #(cons (/ further -2) 0) #}) \relative c' { \extendRT #2.5 e8 \repeatTie r16 r8 } </lilypond>" |
m Added "See also" text |
||
| Line 15: | Line 15: | ||
} | } | ||
</lilypond> | </lilypond> | ||
See also [[Longer laissez vibrer ties]]. | |||