Hello,

the following minimal example seems to produce the correct result
but lilypond raises a "programming error: cyclic dependency:
calculation-in-progress encountered for #'control-points (Slur)".
This might be related to Issue 2589.

--Felix

\version "2.16.0"

\score {
  \new Staff { 
    \override Fingering #'avoid-slur = #'inside
    \relative c'' {  a( b c d->-5) }
  }
  \layout {}
}

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to