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