]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
Update "reporting bugs" in manual to point to webpage.
[lilypond.git] / ly / init.ly
index 24e53f8baa956514485c7fbed61c4615f11650c6..eab90ef3d5905527c56ee3c36edabbc4cba0f243 100644 (file)
@@ -7,7 +7,9 @@
 #(define-public midi-debug  #f)
 
 
-\version "2.7.36"
+
+
+\version "2.10.0"
 
 \include "declarations-init.ly"
 
 #(define toplevel-scores '())
 #(define output-count 0) 
 #(define $defaultheader #f)
-#(define version-seen? #f)
+#(define version-seen #f)
+
 
+#(use-modules (scm clip-region))
 \maininput
 %% there is a problem at the end of the input file
 
@@ -30,7 +34,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))