X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-chord-partial.ly;h=e131b25479686b9650e2c7c4121e2eeaee00e6b3;hb=d275ca42d6f29579aa3abe7ef1978e3916f5cdb2;hp=69c180ba516133ea7efb90d4b9f6a80c30dc1803;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/tie-chord-partial.ly b/input/regression/tie-chord-partial.ly index 69c180ba51..e131b25479 100644 --- a/input/regression/tie-chord-partial.ly +++ b/input/regression/tie-chord-partial.ly @@ -1,30 +1,15 @@ -#(ly:set-option 'old-relative) -\header { - -texidoc = "Tieing only parts of chords is possible. It requires -putting the Tie engraver at Thread level, and redirecting untied notes -to a different thread." - -} -\version "2.1.7" - \paper { raggedright= ##t } - -\score { - -\notes \context Thread \relative c' { - << c~ e \new Thread c' >> - << c e c' >> +\header +{ + texidoc = "Individual chord notes can also be tied" } - +\version "2.16.0" \paper { -\translator { - \ThreadContext - \consists "Tie_engraver" + ragged-right = ##t } -\translator { \VoiceContext - \remove "Tie_engraver" + +\relative c' { + } -}} - +