[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bezier intersection error
From: |
Erik Sandberg |
Subject: |
Re: bezier intersection error |
Date: |
Sun, 26 Sep 2004 19:48:02 +0200 |
User-agent: |
KMail/1.6.2 |
On Sunday 26 September 2004 18.28, Sean Reed wrote:
> hello,
>
> i'm getting the following message in my terminal output when running
> 2.3.18 on mac 10.3.5:
>
> programming error: No solution found for Bezier intersection.
> Continuing; crossing fingers
>
> when i run lilypond on my full .ly-file (currently a score of 214
> measures and 17 pages) i receive the error 13 times. a pdf file of the
> score is successfully produced which looks fine.
I reduced it further, to a minimal example. The following report has been
added to the bug cvs, as progerror-no-solution-bezier.ly.
\version "2.3.18"
\header { texidoc = "
This gives a msg:
programming error: No solution found for Bezier intersection.
"
reportedin = "2.3.18"
}
\paper { raggedright = ##t }
\relative c'' { r1\break <f g c>32->( bes-.) }