]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/standalone.scm
Fix bad ref
[lilypond.git] / scm / standalone.scm
index 681a49d04297727f11ff25c2ac8a757e7d755811..1bed6c7f5e3b1ece0a36bb80cfa38dd2ada7bb16 100644 (file)
@@ -2,9 +2,12 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 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 "LILYPOND_DATADIR") "/ly")
+             (cons (string-append (getenv "LILYPOND_DATADIR") "/ps")
                    %load-path)))
   (let ((path (%search-load-path name)))
        (if path