lilypond-user
[Top][All Lists]
Advanced

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

Re: programming error: no solution found for Bezier intersection


From: Colin Campbell
Subject: Re: programming error: no solution found for Bezier intersection
Date: Tue, 13 Sep 2011 22:47:50 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 11-09-13 09:29 PM, Nick Payne wrote:
Ok, the following small example reproduces the error on my system with 2.15.11:

%======================================
\version "2.15.11"

\language "english"

fingering = {
    \set fingeringOrientations = #'(left)
    \set strokeFingerOrientations = #'(up)
    \override Fingering #'avoid-slur = #'inside
    \override StrokeFinger #'avoid-slur = #'outside
}

\relative c'' {
    \fingering
<as-1-\rightHandFinger #2 >16( b)
}
%======================================

If I get rid of the right hand fingering then the error goes away, and if I comment out the override for StrokeFinger #'avoid-slur then the error also goes away but the log contains the warning:

/home/nick/lilypond/examples/test.ly:14:13: warning: Ignoring grob for slur: StrokeFinger. avoid-slur not set?
<as-1
             -\rightHandFinger #2 >16( b)

Nick



Nick, one of our developers is working on Bezier range calculations: there is an open tracker item (http://code.google.com/p/lilypond/issues/detail?id=1784 ) which sounds like your problem.

Cheers,
Colin Campbell
Bug Squad



-- 
I've learned that you shouldn't go through life with a catcher's mitt on both hands. 
You need to be able to throw something back. 
-Maya Angelou, poet (1928- )

reply via email to

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