]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-whole.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / regression / tie-whole.ly
1 \header {
2
3   texidoc = "For whole notes, the inside ties do not cross the center
4   of the note head, horizontally. "
5
6   
7   }
8 \version "2.9.10"
9
10 \paper { ragged-right =  ##t }
11 \relative
12 {
13   <f d a>1~
14   <f d a>1~
15   <f d a>1~
16 }