]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/slur-minimum.ly
release: 1.2.10
[lilypond.git] / input / bugs / slur-minimum.ly
1 % slur minimum length too long, or what happened?
2 \score {
3         \notes \relative c'' {
4         c8()c c()c 
5         c()c c()c 
6 }
7 %set very tight
8 \paper {linewidth = 40.\mm;}
9 }