[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 1784 in lilypond: Adds epsilon to Bezier range calculations
From: |
lilypond |
Subject: |
Re: Issue 1784 in lilypond: Adds epsilon to Bezier range calculations |
Date: |
Wed, 14 Sep 2011 09:34:03 +0000 |
Comment #3 on issue 1784 by address@hidden: Adds epsilon to Bezier
range calculations
http://code.google.com/p/lilypond/issues/detail?id=1784
This snippet throws a "programming error: no solution found for Bezier
intersection" error - i guess it's related to this patch?
\version "2.15.11"
\relative c'' {
\set fingeringOrientations = #'(left) %% commenting this out while
un-commenting the next line
% changes the output significantly but
Bezier error remains
% \override Fingering #'avoid-slur = #'inside
\set strokeFingerOrientations = #'(up)
\override StrokeFinger #'avoid-slur = #'outside
<a-1-\rightHandFinger #2 >16( b)
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Issue 1784 in lilypond: Adds epsilon to Bezier range calculations,
lilypond <=