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