]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-broken.ly
update syntax in .ly files.
[lilypond.git] / input / test / tie-broken.ly
1 \version "1.7.6"
2
3 \score{
4         \notes \relative c''{
5                 c1~\break c
6                 c4 c c c~\break
7                 c c c c 
8
9                 c1~\break
10                 \time 8/8 c
11                 c4 c c c~\break
12                 \time 4/4
13                 c c c c 
14         }
15         \paper {
16                 linewidth=40.\mm
17                 indent=0.
18         }
19 }
20 %% new-chords-done %%