]> git.donarmstrong.com Git - lilypond.git/commitdiff
(end-output): add newline to output
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 10 Sep 2002 21:40:32 +0000 (21:40 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 10 Sep 2002 21:40:32 +0000 (21:40 +0000)
ChangeLog
THANKS
scm/tex.scm

index 0c976568ce5c94280a52d8fe70a46e2aa0db8f97..2227c123fc54459aec51b0bc07fef3e541ad01e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * scm/tex.scm (end-output): add newline to output
+
        * lily/include/sequential-iterator.hh (class Sequential_iterator):
        don't use Protected_scm for music-iterator members. 
 
diff --git a/THANKS b/THANKS
index 171a166b4313ddc2661a845eebbc4e0321f87221..997a22bde7150bfa1f7016be346bfe5b45084a71 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -11,6 +11,7 @@ BUG HUNTERS
 
 Karl-Johan Karlsson 
 Karl Berry
+Werner Lemberg
 Jeremie Lumbroso
 Erik Sandberg
 
index 4f997945c4831e90e319c231383f17a6e752eabf..d6e6c9d54364b4f91458e6a7db2def9bdf2b16c2 100644 (file)
   (begin
                                        ; uncomment for some stats about lily memory      
                                        ;               (display (gc-stats))
-    (string-append "\n\\EndLilyPondOutput"
+    (string-append "\n\\EndLilyPondOutput\n"
                                        ; Put GC stats here.
                   )))