lilypond-user
[Top][All Lists]
Advanced

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

Re: Fermata over rest gives error


From: Lukas-Fabian Moser
Subject: Re: Fermata over rest gives error
Date: Fri, 1 May 2020 16:13:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

Hi Bernhard,

Am 01.05.20 um 15:28 schrieb Bernhard Kleine:
The piece
\version "2.20.0"
\language "deutsch"
sopranoVoice = \relative c'' {   \dynamicUp   b,4 d f b | R1\fermata
}

\score {
   \new Staff \with {
     instrumentName = "Sopran"   } {  \sopranoVoice  }
   \layout { }
}
raises an error. When  \fermata is deleted, the error goes away. However
I want to have a fermata over a (fullmeasure) rest. How to do that?

This is one of the improvements in LilyPond (added by Malte Meyn about a year ago) that don't seem to have made it into the official 2.20 release. The development version 2.21 should compile your source code without complaint.

But of course, there's also the "traditional" solution with \fermataMarkup that you already discovered.

Best
Lukas




reply via email to

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