]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-sparse.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / tie-sparse.ly
1
2 \version "2.1.26"
3
4 \header { texidoc = "@cindex Tie Sparse
5 Setting sparseTies causes only one tie to be
6 generated per chord pair. "
7 }
8         
9 \score { 
10   \context Voice \notes\relative c {
11         \set sparseTies = ##t
12         c''  <c e g> ~ <c e g> 
13   }
14   \paper { raggedright = ##t }  
15 }
16