]> 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 2dfe8df45c4be25d57044fce356b13d7e3738b8b..596e66e56f9d5792292fc733ee68d7b3e13c82fe 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.9.15"
 
-
-%% 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>
 }
-}}
 
+