]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-sparse.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / tie-sparse.ly
1 \version "1.7.18"
2
3 \header { texidoc = "@cindex Tie Sparse
4 setting sparseTies causes only one tie to be
5 generated per chord pair. "
6 }
7         
8 \score { 
9   \context Voice \notes\relative c {
10         \property Voice.sparseTies = ##t
11         c''  <<c e g>> ~ <<c e g>> 
12   }
13   \paper { raggedright = ##t }  
14 }
15 %% new-chords-done %%