]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / tie-chord-partial.ly
index 04e5e7e8e5ea44477a3099a7102ae98d921c3851..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 "1.9.8"
-    \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>
 }
-}}
 
+