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: David Kastrup
Subject: Re: how to place fermata over \breathe?
Date: Sun, 17 Feb 2013 04:11:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Noeck <address@hidden> 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




reply via email to

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