]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / ly / init.ly
index 416673bdad91d8392bf2fbdc474ce6f3679d589a..2e3e849bd9a45c94086d49bc3acf7aa736498dee 100644 (file)
@@ -4,7 +4,7 @@
 #(define-public midi-debug  #f)
 
 
-\version "2.2.0"
+\version "2.3.16"
 
 \include "declarations-init.ly"
 
            input-file-name ": old relative compatibility was not used."
        )))%% there is a problem at the end of the input file
 
-
 #(if (pair? toplevel-scores)
   (ly:parser-print-book parser
-   (apply ly:make-book $defaultbookpaper $globalheader toplevel-scores)))
-
-#(if (ly:get-option 'verbose)
-  (begin
-   (gc)
-   (write (gc-stats) (current-error-port))))
+   (apply ly:make-book $defaultpaper $globalheader (reverse toplevel-scores))))