lilypond-user
[Top][All Lists]
Advanced

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

Re: how to place fermata over \breathe?


From: Eluze
Subject: Re: how to place fermata over \breathe?
Date: Sat, 16 Feb 2013 09:59:05 -0800 (PST)

Jay Hamilton-3 wrote
> Is there a 'simple' way to get a fermata over the breathe comma?

you can change the "text" of the breathing sine:

breatheFermata = \markup {
  \combine
  \musicglyph #"scripts.rcomma"
  \raise #1
  \musicglyph #"scripts.ufermata"
}
\relative {
  c c \once \override BreathingSign.text = \markup \breatheFermata \breathe
  c c
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/how-to-place-fermata-over-breathe-tp141047p141054.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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