release commit
[lilypond.git] / input / test / tie-sparse.ly
blob4d0c04b680e92add4adc357fd1c4ca70dcff4e47
2 \version "2.1.7"
4 \header { texidoc = "@cindex Tie Sparse
5 Setting sparseTies causes only one tie to be
6 generated per chord pair. "
9 \score {
10 \context Voice \notes\relative c {
11 \property Voice.sparseTies = ##t
12 c'' <c e g> ~ <c e g>
14 \paper { raggedright = ##t }