X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Finit.ly;h=6546ed422aa676bffd633bacf013b9c8e7086e9b;hb=872300537d86f90335650c60be304be7e24d88a7;hp=fa1dbe5993eba6d25504d600865e1c5f91d85617;hpb=7e222406df49d159a021ee88610589e7f73086d1;p=lilypond.git diff --git a/ly/init.ly b/ly/init.ly index fa1dbe5993..6546ed422a 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -4,7 +4,7 @@ #(if (and #t (defined? 'set-debug-cell-accesses!)) (set-debug-cell-accesses! 5000)) -\version "2.12.0" +\version "2.15.18" \include "declarations-init.ly" @@ -19,13 +19,11 @@ #(define expect-error #f) #(define output-empty-score-list #f) #(define output-suffix #f) -#(define book-filename #f) -#(define book-output-suffix #f) #(use-modules (scm clip-region)) -#(if (ly:get-option 'include-settings) +$(if (ly:get-option 'include-settings) (ly:parser-include-string parser - (format "\\include \"~a\"" (ly:get-option 'include-settings)))) + (format #f "\\include \"~a\"" (ly:get-option 'include-settings)))) \maininput %% there is a problem at the end of the input file