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