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