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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to