]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/standalone.scm
remove enclose-bounds
[lilypond.git] / scm / standalone.scm
index e7a1e2b290829db385f9a18ba53bfbe07e7b3ca3..5a644d2b3d1b8c9e1312f90b5b39ea306e469ab2 100644 (file)
@@ -3,7 +3,10 @@
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;; (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
-;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;;                 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+
+(use-modules (ice-9 rdelim))
 
 (define standalone (not (defined? 'ly:gulp-file)))
 ;;(write standalone (current-error-port))
@@ -16,8 +19,8 @@
 
 (define (scm-gulp-file name)
   (set! %load-path 
-       (cons (string-append (getenv 'LILYPONDPREFIX) "/ly")
-             (cons (string-append (getenv 'LILYPONDPREFIX) "/ps")
+       (cons (string-append (getenv "LILYPONDPREFIX") "/ly")
+             (cons (string-append (getenv "LILYPONDPREFIX") "/ps")
                    %load-path)))
   (let ((path (%search-load-path name)))
        (if path