Comment #3 on issue 1784 by [email protected]: 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)
}


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to