]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
release: 0.1.61
[lilypond.git] / lily / performance.cc
index 8a6d3c79876cb5ffacde3144ba9ff203a0163dad..81e281d659fa588d809e08c5a65b8f88726ea6f6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--1998 Jan Nieuwenhuizen <jan@digicash.com>
 */
 
 #include <time.h>
@@ -18,6 +18,7 @@
 #include "audio-staff.hh"
 #include "performance.hh"
 #include "score.hh"
+#include "file-results.hh"
 
 Performance::Performance ()
 {
@@ -137,6 +138,7 @@ Performance::process()
   
   Midi_stream midi_stream (out);
   *mlog << _("MIDI output to ") << out<< " ..." << endl;
+  target_str_global_array.push (out);
 
   output (midi_stream);
   *mlog << endl;