]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-broken.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / tie-broken.ly
1
2 \score{
3         \notes \relative c''{
4                 c1~\break c
5                 c4 c c c~\break
6                 c c c c 
7
8                 c1~\break
9                 \time 8/8; c
10                 c4 c c c~\break
11                 \time 4/4;
12                 c c c c 
13         }
14         \paper {
15                 linewidth=40.\mm;
16                 indent=0.;
17         }
18 }