Editing Longer repeat ties
Appearance
Revision as of 17:01, 5 November 2025 by Ksnortum (talk | contribs) (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>")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://wiki.lilypond.community/wiki/Longer_repeat_ties"