]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-sparse.ly
9a3bbb74bc925e3d3217c6ce67a87869ccd00758
[lilypond.git] / input / test / tie-sparse.ly
1 \version "1.7.18"
2
3 \header { texidoc = "@cindex Tie Sparse
4 Setting sparseTies causes only one tie to be
5 generated per chord pair. "
6 }
7         
8 \score { 
9   \context Voice \notes\relative c {
10         \property Voice.sparseTies = ##t
11         c''  <<c e g>> ~ <<c e g>> 
12   }
13   \paper { raggedright = ##t }  
14 }
15