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