X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Finit.ly;h=1a9ec369cbbde283f99e7bf40e3662600516d0b1;hb=a37548f8282019dfb02bca9043e7fbf2a344d560;hp=24e53f8baa956514485c7fbed61c4615f11650c6;hpb=471a023f5233c071584090bf08ab5c9846673580;p=lilypond.git diff --git a/ly/init.ly b/ly/init.ly index 24e53f8baa..1a9ec369cb 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -7,7 +7,7 @@ #(define-public midi-debug #f) -\version "2.7.36" +\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))