lilypond-user
[Top][All Lists]
Advanced

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

Different sized fermatas


From: Nick Payne
Subject: Different sized fermatas
Date: Fri, 27 Jul 2012 21:31:05 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

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
Description: PNG image


reply via email to

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