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
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to