]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
*** empty log message ***
[lilypond.git] / input / test / tie-sparse.ly
index d8e714ed9090e1488f9d0b84eb4cefc1c0616370..cd006fdfad091d7330f7620c07e4b774495a8d74 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "1.9.8"
 
 \header { texidoc = "@cindex Tie Sparse
 Setting sparseTies causes only one tie to be
@@ -9,7 +9,7 @@ generated per chord pair. "
 \score { 
   \context Voice \notes\relative c {
        \property Voice.sparseTies = ##t
-       c''  <<c e g>> ~ <<c e g>
+       c''  <c e g> ~ <c e g
   }
   \paper { raggedright = ##t }  
 }