Hi, masters!
Please, again, i can not find what's wrong.
In the snippet below (image attached) the last metronome mark is larger
than others --- why?
% -------8<----------------------
\version "2.13.11"
% ourTempiFont = #"Century Schoolbook L Bold"
ourTempiFont = #"New Century Schoolbook Bold"
#(define-markup-command (setOurTempiFont layout props markUp) (markup?)
(interpret-markup layout props
(markup #:override `(font-name . ,ourTempiFont) markUp)))
\relative c'' {
\tempo "Allegro"
c c c c
% this mark isn't displayed
% because it is the same as previous one:
\tempo \markup "Allegro"
c c c c
\tempo \markup "Moderato"
c c c c
% this one *is* displayed, because it is very different in some way,
% no problem, but why it is larger?
\tempo \markup \setOurTempiFont "Moderato"
c c c c
}
% -------8<----------------------
--
Dmytro O. Redchuk
<<attachment: test.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
