]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
* python/lilylib.py (system): use os.system for mingw32
[lilypond.git] / ly / init.ly
index c17531f6b6d51ec32c668b6a89d0ba728a845c4e..1a9ec369cbbde283f99e7bf40e3662600516d0b1 100644 (file)
@@ -1,13 +1,13 @@
 %% Toplevel initialisation file. 
 
-% switch on debugging.
+%% switch on debugging.
 #(if (and #t (defined? 'set-debug-cell-accesses!))
   (set-debug-cell-accesses! 5000))
 
 #(define-public midi-debug  #f)
 
 
-\version "2.6.0"
+\version "2.7.39"
 
 \include "declarations-init.ly"
 
@@ -15,8 +15,8 @@
 #(ly:set-option 'old-relative #f)
 #(define toplevel-scores '())
 #(define output-count 0) 
-#(define $globalheader #f)
-#(define version-seen? #f)
+#(define $defaultheader #f)
+#(define version-seen #f)
 
 \maininput
 %% there is a problem at the end of the input file
       (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))
 
 #(if (pair? toplevel-scores)
   (toplevel-book-handler
    parser
-   (apply ly:make-book $defaultpaper $globalheader toplevel-scores)))
+   (apply ly:make-book $defaultpaper $defaultheader toplevel-scores)))