]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / performance.cc
index 35d47e2ebc4869a3839771d15905e36430de77ab..f765a3193772b021c0bcda98209810b2f676753e 100644 (file)
@@ -129,6 +129,12 @@ Performance::output_header_track (Midi_stream &midi_stream)
   Midi_text track_name (&track_name_a);
 
   midi_track.add (Moment (0), &track_name);
+
+  // Some sequencers read track 0 last.
+  //  Audio_tempo tempo_a (midi_->get_tempo (Moment (Rational (1, 4))));
+  //  Midi_tempo tempo (&tempo_a);
+  //  midi_track.add (Moment (0), &tempo);
+
   midi_stream << midi_track;
 }