From 4067b30ddb03c4c6a0499b075ee89467dea63672 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:04 +0000 Subject: [PATCH] lilypond-1.3.60 --- scm/lily.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scm/lily.scm b/scm/lily.scm index 42b517f5d0..2b3d8b26c4 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -291,9 +291,12 @@ (string-append "% " s)) (define (end-output) + (begin +; uncomment for some stats about lily memory +; (display (gc-stats)) (string-append "\n\\EndLilyPondOutput" ; Put GC stats here. - )) + ))) (define (experimental-on) "") -- 2.39.5