]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-whole.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.0"
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 }