lilypond-devel
[Top][All Lists]
Advanced

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

Re: 2.15.12 regtest problems


From: Keith OHara
Subject: Re: 2.15.12 regtest problems
Date: Fri, 23 Sep 2011 01:00:08 -0700
User-agent: Opera Mail/11.51 (Win32)

On Fri, 23 Sep 2011 00:07:39 -0700, address@hidden <address@hidden> wrote:

\relative f {
   \voiceOne
   e''8( e
   e c)-1-2
}

Also compiles fine on current master...weird...



The problem is associated with the message "no solution found for Bezier 
intersection"
in bezier.cc, which seems it would return 0.0 to slur_outside_callback. It is 
easy
to believe that would misplace the fingering that is trying to avoid the slur.

bezier.cc hasn't changed since 2.15.12

Probably a difference in evaluation between Linux and Windows builds.  Floating 
point
evaluation can vary a little, but we should be able to make those variations 
not matter.
The only suspicious-looking thing I see is the use of only the first and last 
solutions
returned by the polynomial root-finder.




reply via email to

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