]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/standalone.scm
ly- -> ly:
[lilypond.git] / scm / standalone.scm
index 346c1085a8d8b0321ec657eb33c316209aa006ad..be65556153fa8ccdede4c87db3741167fb1be09c 100644 (file)
@@ -5,7 +5,7 @@
 ;;;; (c) 1998--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;; Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
-(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"))