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