]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
Run `make grand-replace'.
[lilypond.git] / lily / performance.cc
index 70d5348a9b1d6f0513e7cc8b983538ec79b77cfe..4fa167d8261f93c14fed3f63ff14116ccad1a6df 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "performance.hh"
@@ -94,7 +94,6 @@ Performance::write_output (string out) const
 
   /* Maybe a bit crude, but we had this before */
   File_name file_name (out);
-  file_name.ext_ = "midi";
   out = file_name.to_string ();
 
   Midi_stream midi_stream (out);