]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
* lily/stem.cc (get_beaming): return max of scm_ilength. Fixes
[lilypond.git] / ly / init.ly
index 71633013a6b3ede8bee6b484a9a0d23a804c6f8d..1a9ec369cbbde283f99e7bf40e3662600516d0b1 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))