]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / input / test / tie-sparse.ly
index e00e10e64857cc34d523042299d8aea63ce34b7d..e50139d6d7305da4e1f49b4466a5503be3c2fd1e 100644 (file)
@@ -1,13 +1,19 @@
+\version "1.3.146"
+\header {
+
+texidoc = "setting sparseTies causes only one tie to be
+generated per chord pair."
+
+}
+
+       
 \score { 
   \context Voice \notes\relative c {
-    
-       \context Voice {
        \property Voice.sparseTies = ##t
-       c''  <c e g> ~ <c e g>  }
-       
+       c''  <c e g> ~ <c e g> 
   }
   \paper {
-    linewidth=-1.0;
+    linewidth=-1.0
   }  
   \midi { }
 }