> As the attached images show, the breathing sign *sometimes* collides > with accidentals. Looks like a bug.
Attached I've added some more tests. LilyPond's behaviour w.r.t. accidentals looks very erratical... Werner
\paper { indent = 0 ragged-right = ##t } \relative c'' { \omit Score.TimeSignature \omit Score.BarNumber f2 \breathe f | f2 \breathe g | f2 \breathe a | f2 \breathe b | \break f2 \breathe fis | f2 \breathe gis | f2 \breathe ais | f2 \breathe bis | \break f2 \breathe f! | f2 \breathe g! | f2 \breathe a! | f2 \breathe b! | \break f2 \breathe fes | f2 \breathe ges | f2 \breathe aes | f2 \breathe bes }