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

2003-09-29 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
> 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.

Thanks, I've found the cause, cleaned up some stuff. It should be
fixed in 2.1 CVS now.


--
Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 


___
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond


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

2003-09-29 Thread Larry Gilbert
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


Error in lilypond 2.0.0: assertion failed in bezier.cc

2003-09-29 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
> I ran into an assertion failure in lilypond 2.0.0.  My understanding is
> that assertions are never supposed to fail, so I take it this could be a
> serious bug.
> 
> This is the error message I get:
> 
> > lilypond-bin: bezier.cc:77: Real Bezier::get_other_coordinate(Axis, double)
> > const: Assertion `fabs (c[a] - x) < 1e-8' failed.
> 
> If you like, I can send you a copy of the .ly file that caused this error
> to happen, but I have to warn you, it's pretty hairy. :-)
> 
> Also, if there's any other information you need from me, let me know and I
> will try to get that to you.

I changed the assert into a warning, but I'd like to see the (relevant
portion of the) .ly file anyways.

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 


___
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond


Error in lilypond 2.0.0: assertion failed in bezier.cc

2003-09-28 Thread Larry Gilbert
I ran into an assertion failure in lilypond 2.0.0.  My understanding is
that assertions are never supposed to fail, so I take it this could be a
serious bug.

This is the error message I get:

> lilypond-bin: bezier.cc:77: Real Bezier::get_other_coordinate(Axis, double)
> const: Assertion `fabs (c[a] - x) < 1e-8' failed.

If you like, I can send you a copy of the .ly file that caused this error
to happen, but I have to warn you, it's pretty hairy. :-)

Also, if there's any other information you need from me, let me know and I
will try to get that to you.

Thanks!

-- 
Larry Gilbert
Renton, WA, USA
[EMAIL PROTECTED]




___
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond