]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-sparse.ly
* Website fixes:
[lilypond.git] / input / test / tie-sparse.ly
1 \version "1.7.18"
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     raggedright = ##t
17   }  
18   \midi { }
19 }
20 %% new-chords-done %%