bug-lilypond
[Top][All Lists]
Advanced

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

Re: midi & pdf disagree with conflicting tempo-changes


From: Colin Campbell
Subject: Re: midi & pdf disagree with conflicting tempo-changes
Date: Tue, 24 May 2011 21:32:02 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

On 11-05-24 10:26 AM, Mark Polesky wrote:
Hey guys,

When simultaneous tempo changes disagree:

1) a message reports "junking" all but the first one found;
2) and the first one found is printed in the pdf;
3) but the *last* one found is used for the midi output.

This is inconsistent and should be fixed!

Here's a small file demonstrating the problem:

********************

\version "2.13.59"

\score {
   \new PianoStaff<<
     \new Staff \relative c'' {
       \tempo 4=60
       c8 d e f g a b c
     }
     \new Staff \relative c' {
       \tempo 4=120
       c8 d e f g a b c
     }
     \new Staff \relative c {
       \clef bass
       \tempo 4=240
       c8 d e f g a b c
     }
   >>
   \layout {}
   \midi {}
}

********************

Thanks.
- Mark

_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Thanks for the report, Mark! Added as http://code.google.com/p/lilypond/issues/detail?id=1662

Colin Campbell
Bug Squad

--
The test of our progress is not whether we add more to the abundance
of those who have much, it is whether we provide enough for those who
have too little.
-Franklin D. Roosevelt, 32nd US President (1882-1945)




reply via email to

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