]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / ly / init.ly
index 1a9ec369cbbde283f99e7bf40e3662600516d0b1..71633013a6b3ede8bee6b484a9a0d23a804c6f8d 100644 (file)
@@ -16,7 +16,7 @@
 #(define toplevel-scores '())
 #(define output-count 0) 
 #(define $defaultheader #f)
-#(define version-seen #f)
+#(define version-seen? #f)
 
 \maininput
 %% there is a problem at the end of the input file
@@ -30,7 +30,7 @@
       (not (ly:get-option 'old-relative-used)))
   (old-relative-not-used-message input-file-name))%% there is a problem at the end of the input file
 
-#(if (and (not version-seen)
+#(if (and (not version-seen?)
       (defined? 'input-file-name))
   (version-not-seen-message input-file-name))