bug-lilypond
[Top][All Lists]
Advanced

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

Re: repeating identical tempos


From: Dmytro O. Redchuk
Subject: Re: repeating identical tempos
Date: Mon, 9 Aug 2010 16:20:39 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon 09 Aug 2010, 13:54 Hilary Snaden wrote:
> Paul Scott wrote:
> >Hi,
> >
> >2.13.29
> >
> >If there are two identical \tempo's in sequence the second one
> >will not be printed.
> 
> \tempo "Allegro"
> \tempo ""
> \tempo "Allegro"
> 
> Works on 2.12.2.

2.13.29:

{
  \tempo "Allegro"
  c''1
  %
  % does not work:
  \tempo \markup "Allegro"
  c''1
  %
  % this works (?!-):
  \tempo \markup { "Allegro" }
  c''1
  %
  % this works:
  \tempo \markup \concat { "" "Allegro" }
  c''1
}

So, using «\tempo \markup { "Allegro" }» as a second tempo mark does not even
require to enter «\tempo ""» --- which is good.

So, there are some workarounds, so i'm still not sure that issue report is
necessary.

Of course, if one would need three, four, five the same tempo marks...

I would not mind if this behavior would be controllable, on the other hand.
May be.

Well...

Any other reasons, please?

-- 
  Dmytro O. Redchuk
  Bug Squad



reply via email to

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