bug-lilypond
[Top][All Lists]
Advanced

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

Re: fermata over mmrest fails


From: James
Subject: Re: fermata over mmrest fails
Date: Wed, 27 Aug 2014 06:16:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

On 27/08/14 03:19, Dan Eble wrote:
>> I'm not top posting
> % programming error: Object is not a markup.
> % This object should be a markup: ()
> \version "2.13.18"
> 
> \relative c'' {
>   \time 3/4
>   R2.\fermata
> }
> 
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> 

http://lilypond.org/doc/v2.19/Documentation/notation/writing-rests#full-measure-rests

Markups can be added to multi-measure rests. The predefined command
\fermataMarkup is provided for adding fermatas.

Note: Markups attached to a multi-measure rest are objects of type
MultiMeasureRestText, not TextScript. Overrides must be directed to the
correct object, or they will be ignored. ...

etc.

James



reply via email to

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