X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-chord-partial.ly;h=e9ba20e51c1308a0faf3256d85c55ff8742caab2;hb=c69439a2389be2a111c22571081596d2b7341721;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..e9ba20e51c 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.10.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 { + } -}} -%% new-chords-done %% +