bug-lilypond
[Top][All Lists]
Advanced

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

Re: [2.13.11] strange problem with markup in \tempo


From: Dmytro O. Redchuk
Subject: Re: [2.13.11] strange problem with markup in \tempo
Date: Tue, 26 Jan 2010 21:06:17 +0200

Sorry, wrong list probably. Sent to -user.

У вт, 2010-01-26 у 21:03 +0200, Dmytro O. Redchuk пише:
> 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





reply via email to

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