From 4e5331ef929979321cff299f94a6e5f78b4faeef Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:48 +0000 Subject: [PATCH] lilypond-0.0.65 --- lily/tex-stream.cc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"; -- 2.39.5