bug-lilypond
[Top][All Lists]
Advanced

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

Collision of Fingering and DotColumn


From: Thomas Morley
Subject: Collision of Fingering and DotColumn
Date: Sat, 12 May 2018 22:57:33 +0200

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

Attachment: atest-77.png
Description: PNG image


reply via email to

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