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 10:15:01 -0400

Hi Andrew,

> Ah. It's a matter of positioning. That is not entirely obvious to me.
> Seems slightly different to how other overrides work.

1. I haven't investigated, but \breathe must (e.g.) be attached to a <> or 
something, so that it has "its own moment".

2. Whenever I find an override that doesn't work, I try repositioning — 95% of 
the time, that fixes the problem.

> why can't one use \once for the override?

One can… if one positions it correctly. ;)

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

Cheers,
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]