]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-chord-partial.ly
*** empty log message ***
[lilypond.git] / input / regression / tie-chord-partial.ly
index 69c180ba516133ea7efb90d4b9f6a80c30dc1803..c931a46010e59efeadfff9d58b725dd94a4f363c 100644 (file)
@@ -1,4 +1,3 @@
-#(ly:set-option 'old-relative)
 \header {
 
 texidoc = "Tieing only parts of chords is possible. It requires
@@ -13,7 +12,7 @@ to a different thread."
 
 \notes \context Thread \relative c' {
   << c~ e \new Thread c' >> 
-  << c e c'  >> 
+  << c, e c'  >> 
 }