X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-chord-partial.ly;h=e131b25479686b9650e2c7c4121e2eeaee00e6b3;hb=refs%2Fheads%2Fupstream-mut;hp=372e9b9d984c81d3049e1628ba96e76fe40970c2;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/tie-chord-partial.ly b/input/regression/tie-chord-partial.ly index 372e9b9d98..e131b25479 100644 --- a/input/regression/tie-chord-partial.ly +++ b/input/regression/tie-chord-partial.ly @@ -1,31 +1,15 @@ -\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.7.18" - -\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" - -%% comment out New_tie_engraver for lily 1.6 \paper { -\translator { - \ThreadContext - \consists "Tie_engraver" - \consists "New_tie_engraver" + ragged-right = ##t } -\translator { \VoiceContext - \remove "Tie_engraver" - \remove "New_tie_engraver" + +\relative c' { + } -}} -%% new-chords-done %% +