X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-chord-partial.ly;h=e131b25479686b9650e2c7c4121e2eeaee00e6b3;hb=d1514c16429c0ee6337e1e396a0752fa234361b9;hp=9ff810c5a234f0c42077c3710dbea3f56e816e91;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/tie-chord-partial.ly b/input/regression/tie-chord-partial.ly index 9ff810c5a2..e131b25479 100644 --- a/input/regression/tie-chord-partial.ly +++ b/input/regression/tie-chord-partial.ly @@ -1,32 +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 "1.9.0" - \paper { raggedright= ##t } - -\score { - -\notes \context Thread \relative c' { - < c-~ e \context Thread = "untied" c' > - < c e c' > +\header +{ + texidoc = "Individual chord notes can also be tied" } - +\version "2.16.0" \paper { -\translator { - \ThreadContext - \consists "Tie_engraver" - \consists "New_tie_engraver" + ragged-right = ##t } -\translator { \VoiceContext - \remove "Tie_engraver" - \remove "New_tie_engraver" + +\relative c' { + } -}} - +