]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-bug.ly
94b53b3560bb85af33ecec4cc31d1d3cfcaef84c
[lilypond.git] / input / test / slur-bug.ly
1 \version "1.0.20";
2
3 % bug
4 % excentric slur can't handle this ...
5 \score{
6         \notes{
7                 \stemdown 
8                 \times 4/5 {c8( c f,, c c} c c c )c |
9         }
10 }