bug-lilypond
[Top][All Lists]
Advanced

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

midi & pdf disagree with conflicting tempo-changes


From: Mark Polesky
Subject: midi & pdf disagree with conflicting tempo-changes
Date: Tue, 24 May 2011 09:26:04 -0700 (PDT)

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



reply via email to

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