X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstandalone.scm;h=7ca15f7608b839a327be8bc5a74c7d812e67a7ba;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=be65556153fa8ccdede4c87db3741167fb1be09c;hpb=899a5926b98860f3d5db399616d9211927fbfa3c;p=lilypond.git diff --git a/scm/standalone.scm b/scm/standalone.scm index be65556153..7ca15f7608 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -2,8 +2,11 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2002 Jan Nieuwenhuizen -;;;; Han-Wen Nienhuys +;;;; (c) 1998--2008 Jan Nieuwenhuizen +;;;; Han-Wen Nienhuys + + +(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