]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / tie-chord-partial.ly
index e1a2a0ed934c7314a81eeef35d30fef717e05f21..e9ba20e51c1308a0faf3256d85c55ff8742caab2 100644 (file)
@@ -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 "1.9.2"
-    \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.10.0"
 
 \paper {
-\translator {
-  \ThreadContext
-  \consists "Tie_engraver"
+  ragged-right = ##t
 }
-\translator { \VoiceContext
-  \remove "Tie_engraver"
+
+\relative {
+  <c~ e g>  <c e g~> <c e g>
 }
-}}
 
+