From 35f8df3f849f39984ea2962051236d06a14a5f27 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:22:30 +0000 Subject: [PATCH] lilypond-1.3.57 --- scm/lily.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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") -- 2.39.5