X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformance.cc;h=46180d0e5d857a16a0445cd15af6733a42eb21a7;hb=bbaf60edda2d5dd759050c1046cbd9865f3affbd;hp=70d5348a9b1d6f0513e7cc8b983538ec79b77cfe;hpb=def21b306e2b8fa2d5630fab0878e9922e197f0c;p=lilypond.git diff --git a/lily/performance.cc b/lily/performance.cc index 70d5348a9b..46180d0e5d 100644 --- a/lily/performance.cc +++ b/lily/performance.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Jan Nieuwenhuizen + (c) 1997--2009 Jan Nieuwenhuizen */ #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);