Here is a minimized .ly file that should reproduce the bug. It looks like
it's triggered by the slur ending with a rest instead of a note. I think
that came about because I had converted an old and hairy file from version
1.6.6 or even earlier. I can't recall whether the original sheet music
actually called for the slur to end exactly like that.
===================================================================
\version "2.0.0"
\score {
\context PianoStaff <<
\context Staff = "down" {
\context Voice \notes \relative c {
c'4( b r)
}
}
>>
}
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond