>> 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> > } > %%%%
Indeed, this makes even my larger set of tests work, see attached image. Thanks! Shall this be added to LilyPond's default values? Werner