Jump to content

Positioning a \fermata over the last bar line

From LilyPond wiki
Revision as of 16:41, 15 March 2026 by Lemzwerg (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To position a \fermata sign over the last bar line, you must use a specially modified rehearsal mark.

\version "2.24"

\relative c'' {
  \override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
  c1 \mark \markup { \musicglyph "scripts.ufermata" }
}