]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tie-chord-partial.ly
index 69c180ba516133ea7efb90d4b9f6a80c30dc1803..5db1f7386da11d07044fe0978d89f2a8ab27bd5c 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 "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.19.21"
 
 \paper {
-\translator {
-  \ThreadContext
-  \consists "Tie_engraver"
+  ragged-right = ##t
 }
-\translator { \VoiceContext
-  \remove "Tie_engraver"
+
+\relative {
+  <c'~ e g>  <c e g~> <c e g>
 }
-}}
 
+