]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-stream.cc
release: 1.1.0
[lilypond.git] / lily / paper-stream.cc
index 72d14a69b520e8781f192a2b08454207674f948d..91ff01041ce11a03e9d5042efad0a4fac576f937 100644 (file)
@@ -7,7 +7,6 @@
 */
 
 #include <fstream.h>
-#include <time.h>
 
 #include "main.hh"
 #include "paper-stream.hh"
@@ -27,7 +26,6 @@ Paper_stream::Paper_stream (String filename)
   nest_level = 0;
   line_len_i_ = 0;
   outputting_comment=false;
-  //  header ();
 }
 
 Paper_stream::~Paper_stream ()
@@ -99,6 +97,8 @@ Paper_stream::operator << (Scalar s)
                break;
              }
     }
+  //urg, for debugging only!!
+  *os << flush;
   return *this;
 }