lilypond-user
[Top][All Lists]
Advanced

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

Re: Breathing mark and caesura


From: Kieren MacMillan
Subject: Re: Breathing mark and caesura
Date: Sun, 20 Sep 2020 08:29:34 -0400

Hi Andrew,

> I can change \breathe into a caesura by following the NR. But how can
> I revert it? The following does not do it. As usual, I am missing something.

This works for me:

\version "2.21.2"
{
  c''4 \breathe
  c''
  \override BreathingSign.text = \markup {
    \musicglyph "scripts.caesura.straight"
  }
  c'' \breathe
  c''
  \revert BreathingSign.text \breathe
}

Hope that helps!
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: kieren@kierenmacmillan.info




reply via email to

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