]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-broken.ly
44d453151e6a97b89ad8c1981c2f9e55f8b74142
[lilypond.git] / input / test / slur-broken.ly
1 \score{
2         \notes\relative c''{
3                 \time 2/4;
4                 e2(
5                 \break
6                 )e4 f,(\break
7                 )f4 f(\break
8                 a2\break
9                 )e'2
10         }
11         \paper{
12                 linewidth = 60.\mm;
13         }
14 }