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