]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
release: 1.5.1
[lilypond.git] / lily / performance.cc
index be168b2de052d6ff57c7a35a3d5363a431c93f46..55122e302a43f1cb649421e527d07a8107d360c3 100644 (file)
@@ -57,7 +57,6 @@ Performance::output (Midi_stream& midi_stream)
        progress_indication ("[" + to_str (i)) ;
 
       /*
-       Aargh, let's hear it for the MIDI standard.
        MIDI players tend to ignore instrument settings on
        channel 10, the percussion channel by default.
        */
@@ -71,6 +70,7 @@ Performance::output (Midi_stream& midi_stream)
     }
 }
 
+
 void
 Performance::output_header_track (Midi_stream& midi_stream)
 {
@@ -165,7 +165,7 @@ Performance::process ()
   out = p.str ();
   
   Midi_stream midi_stream (out);
-  progress_indication (_f ("MIDI output to %s...", out));
+  progress_indication (_f ("MIDI output to `%s'...", out));
   target_str_global_array.push (out);
 
   output (midi_stream);