From: fred Date: Tue, 26 Mar 2002 23:22:30 +0000 (+0000) Subject: lilypond-1.3.57 X-Git-Tag: release/1.5.59~1604 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=35f8df3f849f39984ea2962051236d06a14a5f27;p=lilypond.git lilypond-1.3.57 --- diff --git a/scm/lily.scm b/scm/lily.scm index ec316ecff8..62417660b1 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -310,7 +310,9 @@ (string-append "% " s)) (define (end-output) - "\n\\EndLilyPondOutput") + (string-append "\n\\EndLilyPondOutput" + ; Put GC stats here. + )) (define (experimental-on) "") @@ -917,7 +919,7 @@ content)) ;; urg: Use when standalone, do: -;; (define (ly-gulp-file name) (scm-gulp-file name)) +;; (define ly-gulp-file scm-gulp-file) (define (scm-gulp-file name) (set! %load-path (cons (string-append (getenv 'LILYPONDPREFIX) "/ly")