X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstandalone.scm;h=c51cb78c294171b2f010533050e07335606baf08;hb=refs%2Ftags%2Frelease%2F1.9.10;hp=346c1085a8d8b0321ec657eb33c316209aa006ad;hpb=1b4f371fe85ccdf1a5e5670cf5626426bd05d82b;p=lilypond.git diff --git a/scm/standalone.scm b/scm/standalone.scm index 346c1085a8..c51cb78c29 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -2,10 +2,10 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--2002 Jan Nieuwenhuizen +;;;; (c) 1998--2003 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys -(define standalone (not (defined? 'ly-gulp-file))) +(define standalone (not (defined? 'ly:gulp-file))) ;;(write standalone (current-error-port)) (define (gulp-file name) @@ -31,7 +31,7 @@ (number->string x)) " "))) -(define ly-gulp-file scm-gulp-file) -(define ly-number->string scm-number->string) +(define ly:gulp-file scm-gulp-file) +(define ly:number->string scm-number->string) -(eval-string (ly-gulp-file "lily.scm")) +(eval-string (ly:gulp-file "lily.scm"))