]> 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 56ca6305d517dcb80e3159586e2ed798ff94da94..4d0c04b680e92add4adc357fd1c4ca70dcff4e47 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.2"
+\version "2.1.7"
 
 \header { texidoc = "@cindex Tie Sparse
 Setting sparseTies causes only one tie to be
@@ -9,7 +9,7 @@ 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 }  
 }