]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.60
authorfred <fred>
Tue, 26 Mar 2002 23:23:04 +0000 (23:23 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:23:04 +0000 (23:23 +0000)
scm/lily.scm

index 42b517f5d05ce5a42b44d8888f32d46bef3334b7..2b3d8b26c494a0608140853b92a88db835f8306b 100644 (file)
     (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)
     "")