]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
* ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
[lilypond.git] / ly / init.ly
index fba222de43335b640adcc35155c979df6037a489..1a9ec369cbbde283f99e7bf40e3662600516d0b1 100644 (file)
@@ -7,7 +7,7 @@
 #(define-public midi-debug  #f)
 
 
-\version "2.7.32"
+\version "2.7.39"
 
 \include "declarations-init.ly"
 
@@ -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))