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: Sun, 17 Feb 2013 06:14:39 -0800 (PST)

David Kastrup wrote
> Noeck <

> noeck.marburg@

> > 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.

yes it does - thanks for the indication!

I think the doc is rather poor concerning this kind of commands (\omit
\single \once) - for instance you can't find the command \omit explained in
NR, \single is limited to an example with \footnote, etc. - you can find
more in the Learning Manual (but imo the NR isn't a reference if such items
are not there)

ah - I just found an open issue concerning this, so let's hope for the
future!

Eluze



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



reply via email to

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