]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Let scripts/auxiliar/update-with-convert-ly.sh pass any options to convert-ly
[lilypond.git] / input / regression / tie-chord-partial.ly
index 2dfe8df45c4be25d57044fce356b13d7e3738b8b..5db1f7386da11d07044fe0978d89f2a8ab27bd5c 100644 (file)
@@ -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.19.21"
 
-
-%% 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'~ e g>  <c e g~> <c e g>
 }
-}}
 
+