Hi,

As is already documented in https://gitlab.com/lilypond/lilypond/-/issues/1277 since many years, bass figures typeset within a Staff collide with articulations. Just wanted to make a small "ping" and check if anybody can think of a workaround or solution? Here's a simple testcase to play with, in addition to the one in the bug tracker.

\version "2.20.0"

mus = \relative c' {
\clef bass
c2-> c-!
}

figs=\figuremode {
<6>2 <4>
}

\new Staff <<
  \mus
  \figs
>>

    /Mats


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

Reply via email to