]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
* input/test/figured-bass-alternative.ly: fix accidental.
[lilypond.git] / input / test / tie-sparse.ly
index 8e1080db979c08b175899231fafae2582e105532..4d0c04b680e92add4adc357fd1c4ca70dcff4e47 100644 (file)
@@ -1,19 +1,16 @@
-\version "1.5.68"
-\header {
 
-texidoc = "setting sparseTies causes only one tie to be
-generated per chord pair."
+\version "2.1.7"
 
+\header { texidoc = "@cindex Tie Sparse
+Setting sparseTies causes only one tie to be
+generated per chord pair. "
 }
-
        
 \score { 
   \context Voice \notes\relative c {
        \property Voice.sparseTies = ##t
        c''  <c e g> ~ <c e g> 
   }
-  \paper {
-    linewidth=-1.0
-  }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
+