]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slur-bug.ly
8cd78c967f8601867f6506f26b942e31141a3c88
[lilypond.git] / input / test / slur-bug.ly
1 \version "1.0.16";
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 }