On 2020-08-06 11:17 pm, Werner LEMBERG wrote:
[lilypond e16a5ec 2020-Aug-06]
Look at the following code.
\relative c'' {
f2 \breathe <g bis> |
g2 \breathe <e! g> }
As the attached images show, the breathing sign *sometimes* collides
with accidentals. Looks like a bug. If you agree I'll add it to the
tracker.
Any idea how to circumvent that?
Adjusting the vertical bounds of the BreathingSign appears to help:
%%%%
\relative c'' {
\override BreathingSign.extra-spacing-height = #'(0 . 2)
f2 \breathe <g bis> |
e2 \breathe <f ais> |
d2 \breathe <e gis> |
c2 \breathe <d fis> |
g2 \breathe <e! g>
}
%%%%
-- Aaron Hill