]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
(conv): dashes rule.
[lilypond.git] / input / regression / tie-chord-partial.ly
index a6dbe77aeb4ad08184094d2324b8b0df3535d72d..c6bd6357feb52816e3c0606c3f9e56206bf002f5 100644 (file)
@@ -1,3 +1,4 @@
+#(ly:set-option 'old-relative)
 \header {
 
 texidoc = "Tieing only parts of chords is possible. It requires
@@ -5,17 +6,17 @@ putting the Tie engraver at Thread level, and redirecting untied notes
 to a different thread."
 
 }
-\version "1.7.16"
+\version "1.9.1"
+    \paper { raggedright= ##t }
 
 \score {
 
 \notes \context Thread \relative c' {
-  < c-~ e \context Thread = "untied" c' > 
+  < c~ e \context Thread = "untied" c' > 
   < c e c'  > 
 }
 
 
-%% comment out New_tie_engraver for lily 1.6
 \paper {
 \translator {
   \ThreadContext
@@ -28,4 +29,4 @@ to a different thread."
 }
 }}
 
-%% new-chords-done %%