]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/slur-broken.ly
release: 1.0.1
[lilypond.git] / input / bugs / slur-broken.ly
1 shortlong = \melodic{
2         c4()c( c c  |
3         c c c c |
4         c c c c |
5         \break
6         c c c )c |
7         c c c c |
8         c c c c |
9         c c c c |
10         c c c c |
11 }
12
13 \score{
14         \shortlong
15         \paper{ 
16               indent = 0.0\pt;
17                 % linewidth= 30.\mm;
18                 castingalgorithm = \Wordwrap;
19         }
20 }