]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:40:48 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:48 +0000 (19:40 +0000)
lily/tex-stream.cc

index dfa56b1b4d955bc069869775e2d7aa37cbbfee0e..2c92ae7438e0d95a92dc5a06e4334e236f1282d6 100644 (file)
@@ -1,9 +1,15 @@
 /*
   tex-stream.cc -- implement Tex_stream
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  
+  TODO
+
+  make an abstract interface to output, operations: 
+
+  move(x,y), put(symbol).
 */
 
 #include <fstream.h>
@@ -29,7 +35,7 @@ Tex_stream::Tex_stream(String filename)
 void
 Tex_stream::header()
 {
-    *os << "% Creator: " << get_version_str();
+    *os << "% Creator: " << get_version_str() << "\n";
     *os << "% Automatically generated, at ";
     time_t t(time(0));
     *os << ctime(&t)<<"\n";