]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Update documentation targets
[lilypond.git] / input / regression / tie-chord-partial.ly
index c931a46010e59efeadfff9d58b725dd94a4f363c..d5ab64e1e0889dd01727fe72ac2ef722df19ff00 100644 (file)
@@ -1,29 +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 "2.1.7"
-    \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.12.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>
 }
-}}
 
+