On Mon 09 Aug 2010, 17:43 David Kastrup wrote:
> "Dmytro O. Redchuk" writes:
>
> > So, there are some workarounds, so i'm still not sure that issue
> > report is necessary.
>
> The need of a workaround is an issue. Having a workaround may reduce
> its urgency, but as long as the workaround is i
"Dmytro O. Redchuk" writes:
> So, there are some workarounds, so i'm still not sure that issue
> report is necessary.
The need of a workaround is an issue. Having a workaround may reduce
its urgency, but as long as the workaround is indeed a workaround and
requires more cleverness than a straig
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
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.
--
Hilary Snaden
___
bug-lilypond mailing list
bug-lilypond@gnu.org
ht
Xavier Scheuer writes:
> It is indeed maybe correct from a dev point of view...
> But now as what user expects!
>
> If I have one "Allegro" and then another "Allegro" I want *both* to
> be printed! I don't care if the MIDI tempo is not changed.
What if the second Allegro is only there because o
On 9 August 2010 12:01, Dmytro O. Redchuk wrote:
>
> As far as i can remember --- but i could not find this in archives!
> sorry --- i've asked the same thing some time ago, and was told that
> it's correct, because tempo was not changed.
>
> I still have no idea should this be considered as a bug
Am 09.08.2010 12:01, schrieb Dmytro O. Redchuk:
On Sun 08 Aug 2010, 22:37 Paul Scott wrote:
Hi,
Hi!
2.13.29
If there are two identical \tempo's in sequence the second one will
not be printed.
As far as i can remember --- but i could not find this in archives! sorry ---
i
On Sun 08 Aug 2010, 22:37 Paul Scott wrote:
> Hi,
Hi!
> 2.13.29
>
> If there are two identical \tempo's in sequence the second one will
> not be printed.
As far as i can remember --- but i could not find this in archives! sorry ---
i've asked the same thing some time ago, and was told that it's c
Hi,
2.13.29
If there are two identical \tempo's in sequence the second one will not
be printed.
\version "2.13.29"
{
\tempo \markup{ Tempo } a'1 a' a'
s1*0^\markup{ Tempo } a'1 a'
\tempo \markup{ Tempo } a' a'
\tempo \markup{ Tempoa } a' a'
\tempo \markup{ Tempo } a' a'
}
Paul S