]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / regression / tie-chord-partial.ly
index 42b8129b455d6461e9aa51b60904047f31974d1c..596e66e56f9d5792292fc733ee68d7b3e13c82fe 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.4"
-    \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.9.15"
 
 \paper {
-\translator {
-  \ThreadContext
-  \consists "Tie_engraver"
+  ragged-right = ##t
 }
-\translator { \VoiceContext
-  \remove "Tie_engraver"
+
+\relative {
+  <c~ e g>  <c e g~> <c e g>
 }
-}}
 
+