X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Finit.ly;h=71633013a6b3ede8bee6b484a9a0d23a804c6f8d;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=1a9ec369cbbde283f99e7bf40e3662600516d0b1;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/ly/init.ly b/ly/init.ly index 1a9ec369cb..71633013a6 100644 --- a/ly/init.ly +++ b/ly/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))