]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie.ly
patch::: 1.5.30.uu1
[lilypond.git] / input / regression / tie.ly
1 \version "1.3.146"
2
3 \header{
4 texidoc="
5 Ties are strictly horizontal.  They are placed in between note heads.
6 The horizontal middle should not overlap with a staffline.
7 "
8 }
9 \score{
10         \notes\relative c''{
11                 %b2~b4~b8~b16~b32~b64 r64\break
12                 %a2~a4~a8~a16~a32~a64 r64
13                 \time 8/4
14                 d1 ~ d2~d4~d8~d16~d32~d64 r64\break
15                 a1~ a2~a4~a8~a16~a32~a64 r64
16                 %c2~c4~c8~c16~c32~c64 r64
17         }
18         \paper{
19                 linewidth=0.
20         }
21 }