bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error in lilypond 2.0.0: assertion failed in bezier.cc


From: Larry Gilbert
Subject: Re: Error in lilypond 2.0.0: assertion failed in bezier.cc
Date: Mon, 29 Sep 2003 13:14:39 -0600 (MDT)

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)
            }
        }
    >>
}







reply via email to

[Prev in Thread] Current Thread [Next in Thread]