If I use \mark\markup { \musicglyph #"scripts.ufermata" } to get a fermata over the final barline, that fermata is larger than is obtained by using \fermata. Looks rather odd when I have a normal fermata a few bars before the final one.

Strangely, if I use \mark\markup\normalsize rather than just \mark\markup, then the two fermatas *are* the same size:

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

<<attachment: fermata.png>>

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

Reply via email to