Noeck <noeck.marb...@gmx.de> writes:

> Or, just as a slight variation: if you want to minimize the code needed
> within the music, you can put the override in the command:
>
> breatheFermata = {
>   \once \override BreathingSign.text = \markup {
>     \combine
>     \musicglyph #"scripts.rcomma"
>     \raise #1
>     \musicglyph #"scripts.ufermata"
>   }
>   \breathe
> }

Doesn't \single\override (aka \tweak) work here?  A \tweak has the
advantage of not messing with anything else happening at the same time.

-- 
David Kastrup


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

Reply via email to