]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
release: 1.1.61
[lilypond.git] / lily / performance.cc
index b97df6b69cd87f82fd9019636bbea5da24b1d157..7818d856def66691cc719246bee486398c5bab71 100644 (file)
@@ -115,9 +115,10 @@ Performance::output_header_track (Midi_stream& midi_stream)
                        
   midi_track.add (Moment (0), &track_name);
 
-  Audio_tempo tempo_a (midi_l_->get_tempo_i (Moment (1, 4)));
-  Midi_tempo tempo (&tempo_a);
-  midi_track.add (Moment (0), &tempo);
+  // Some sequencers read track 0 last.
+  //  Audio_tempo tempo_a (midi_l_->get_tempo_i (Moment (1, 4)));
+  //  Midi_tempo tempo (&tempo_a);
+  //  midi_track.add (Moment (0), &tempo);
 
   midi_stream << midi_track;
 }