lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Breath marks


From: Andrew Bernard
Subject: Re: Breath marks
Date: Thu, 8 Dec 2022 13:13:26 +1100

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

[Prev in Thread] Current Thread [Next in Thread]