What's wrong with \breathe? Note that a breath mark will break an autobeam, unlike your example. You can override this, but isn't that the point of a breath mark, to separate things?

You could always just override the breath mark symbol as per the NR. Put whatever text mark you like.

\relative c'' {
  c2
  \override BreathingSign.text =
    \markup { \musicglyph "scripts.rvarcomma" }
  \breathe
  d2
}

Andrew

Reply via email to