Hi all,I managed to place a fermata above a barline, I even managed to place it correctly at the end of the line, but now I would like to place a fermata sign below the barline (and rotate it 180°) too (in the bassvoice of a choir staff group) - simplified example:
\version "2.24.0" \relative c' {e1 \break \once \override Score.RehearsalMark.break-visibility = #end-of-line-visible \mark \markup { \musicglyph #"scripts.ufermata" } \bar "||" e2
} What do I need to do? Best Johannes