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
> bug-lilypond@gnu.org
> 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

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

Reply via email to