]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
*** empty log message ***
[lilypond.git] / input / test / tie-sparse.ly
index 9a3bbb74bc925e3d3217c6ce67a87869ccd00758..cd006fdfad091d7330f7620c07e4b774495a8d74 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "1.9.8"
 
 \header { texidoc = "@cindex Tie Sparse
 Setting sparseTies causes only one tie to be
@@ -8,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 }  
 }