]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/standalone.scm
patch::: 1.3.122.jcn2
[lilypond.git] / scm / standalone.scm
index dc3ee80fcef0d159045a45a233eab510818edf74..c4d75ac23ee92a437fffc16cbe194a20df80ea0e 100644 (file)
@@ -6,7 +6,7 @@
 ;;;; Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define standalone (not (defined? 'ly-gulp-file)))
-(write standalone (current-error-port))
+;;(write standalone (current-error-port))
 
 (define (gulp-file name)
   (let* ((file (open-input-file name))
@@ -34,4 +34,4 @@
 (define ly-gulp-file scm-gulp-file)
 (define ly-number->string scm-number->string)
 
-(eval-string (ly-gulp-file "lily.scm"))
\ No newline at end of file
+(eval-string (ly-gulp-file "lily.scm"))