]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-sparse.ly
update syntax in .ly files.
[lilypond.git] / input / test / tie-sparse.ly
1 \version "1.7.6"
2 \header {
3
4 texidoc = "setting sparseTies causes only one tie to be
5 generated per chord pair."
6
7 }
8
9         
10 \score { 
11   \context Voice \notes\relative c {
12         \property Voice.sparseTies = ##t
13         c''  <<c e g>> ~ <<c e g>> 
14   }
15   \paper {
16     linewidth=-1.0
17   }  
18   \midi { }
19 }
20 %% new-chords-done %%