From: fred Date: Tue, 26 Mar 2002 23:23:04 +0000 (+0000) Subject: lilypond-1.3.60 X-Git-Tag: release/1.5.59~1575 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4067b30ddb03c4c6a0499b075ee89467dea63672;p=lilypond.git lilypond-1.3.60 --- 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) "")