Hi,

the code below produces a collision of Fingering and DotColumn in certain cases.

\version "2.19.81"

mus = {
  \set fingeringOrientations = #'(right)
  <c'-1 d'>4...
}

{
  \cadenzaOn
  \mus
  \transpose c d
  \mus
  \transpose c e
  \mus
  \transpose c f
  \mus
  \transpose c g
  \mus
  \transpose c a
  \mus
  \transpose c b
  \mus
  \bar "" \break
  \transpose c c'
  \mus
  \transpose c d'
  \mus
  \transpose c e'
  \mus
  \transpose c f'
  \mus
  \transpose c g'
  \mus
  \transpose c a'
  \mus
}

Seems to be triggered by the second, but only if the left note is on a line.

Was correct with 2.16.2

png attached.

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

Reply via email to