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