From: fred Date: Sun, 24 Mar 2002 19:40:48 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4868 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4e5331ef929979321cff299f94a6e5f78b4faeef;p=lilypond.git lilypond-0.0.65 --- diff --git a/lily/tex-stream.cc b/lily/tex-stream.cc index dfa56b1b4d..2c92ae7438 100644 --- a/lily/tex-stream.cc +++ b/lily/tex-stream.cc @@ -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 + + TODO + + make an abstract interface to output, operations: + + move(x,y), put(symbol). */ #include @@ -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";