]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
Added texidoc index and comments.
[lilypond.git] / input / test / tie-sparse.ly
index e50139d6d7305da4e1f49b4466a5503be3c2fd1e..6ad2d6be801370e59f686ddf15b1bf097689dcba 100644 (file)
@@ -1,19 +1,15 @@
-\version "1.3.146"
-\header {
-
-texidoc = "setting sparseTies causes only one tie to be
-generated per chord pair."
+\version "1.7.18"
 
+\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
+       c''  <<c e g>> ~ <<c e g>
   }
-  \paper {
-    linewidth=-1.0
-  }  
-  \midi { }
+  \paper { raggedright = ##t }  
 }
+%% new-chords-done %%