]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-broken.ly
update syntax in .ly files.
[lilypond.git] / input / test / slur-broken.ly
1 \version "1.7.6"
2
3 \score{
4         \notes\relative c''{
5                 \time 2/4
6                 e2(
7                 \break
8                 )e4 f,(\break
9                 )f4 f(\break
10                 a2\break
11                 )e'2
12         }
13         \paper{
14                 linewidth = 60.\mm
15         }
16 }
17 %% new-chords-done %%