X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-chord-partial.ly;h=ee8fa529c6707f11f187ddcdacce5afb57ae2385;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=a6dbe77aeb4ad08184094d2324b8b0df3535d72d;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/tie-chord-partial.ly b/input/regression/tie-chord-partial.ly index a6dbe77aeb..ee8fa529c6 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.16" - -\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.14.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 %% +