]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-sparse.ly
a63b26b9e45b587366771517ecf2e13f478f048c
[lilypond.git] / input / test / tie-sparse.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     
5         \context Voice {
6         \property Voice.sparseTies = ##t
7         c''  <c e g> ~ <c e g>  }
8         
9   }
10   \paper {
11     linewidth=-1.0;
12   }  
13   \midi { }
14 }