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