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

index ec316ecff81ade53fb0c36f21003ccef7e381b46..62417660b10a5bf8dc8651b908e595467e435e9c 100644 (file)
     (string-append "% " s))
   
   (define (end-output) 
-    "\n\\EndLilyPondOutput")
+    (string-append "\n\\EndLilyPondOutput"
+                  ; Put GC stats here.
+                  ))
   
   (define (experimental-on)
     "")
        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")