]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/tie-sparse.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / tie-sparse.ly
index 6ad2d6be801370e59f686ddf15b1bf097689dcba..4d0c04b680e92add4adc357fd1c4ca70dcff4e47 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.7.18"
+
+\version "2.1.7"
 
 \header { texidoc = "@cindex Tie Sparse
-setting sparseTies causes only one tie to be
+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 { raggedright = ##t }  
 }
-%% new-chords-done %%
+