]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie.ly
bb19d5263f4ab50f33196058a64f75dfba5166aa
[lilypond.git] / input / regression / tie.ly
1
2 \version "2.6.0"
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 \layout{
11     raggedright= ##t 
12 }
13
14
15 \relative c''{
16                                 %b2~b4~b8~b16~b32~b64 r64\break
17                                 %a2~a4~a8~a16~a32~a64 r64
18     \time 8/4
19     d1 ~ d2~d4~d8~d16~d32~d64 r64\break
20     a1~ a2~a4~a8~a16~a32~a64 r64
21                                 %c2~c4~c8~c16~c32~c64 r64
22 }