]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/standalone.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / standalone.scm
index 6596a700c09d95258a8c884c0db467ef2b97b1e0..e7a1e2b290829db385f9a18ba53bfbe07e7b3ca3 100644 (file)
@@ -2,10 +2,10 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 1998--2001 Jan Nieuwenhuizen <janneke@gnu.org>
-;;;; Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 1998--2006 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"))