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