]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
(bezier-sandwich): New function.
[lilypond.git] / lily / midi-stream.cc
index 0d30c41a95b33e907052da2c9951417072acf03b..ef88ef9f424b54ff1c0d3cd4b5da655f6d40fabb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
@@ -37,7 +37,7 @@ Midi_stream::operator << (String str)
                           sz, n, out_file_);
 
   if (written != sz * n)
-    warning (_ ("Could not write file. Disk full?"));
+    warning (_ ("could not write file: `%s'"));
 
   return *this;
 }