]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
*** empty log message ***
[lilypond.git] / input / test / tie-sparse.ly
index a63b26b9e45b587366771517ecf2e13f478f048c..cd006fdfad091d7330f7620c07e4b774495a8d74 100644 (file)
@@ -1,14 +1,16 @@
 
+\version "1.9.8"
+
+\header { texidoc = "@cindex Tie Sparse
+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;
-  }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
+