X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ly%2Finit.ly;h=cf9571d58bf48a1227c20c490aca4a4492d2f69d;hb=225f06d5ee1539e9484057ea3ee475f8fcba3618;hp=5894ad2c709978e1e95eea9b6e4554da0b806ba1;hpb=4ece500b11089dacbf91f3990949d92048f32f45;p=lilypond.git diff --git a/ly/init.ly b/ly/init.ly index 5894ad2c70..cf9571d58b 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -1,10 +1,10 @@ % Toplevel initialisation file. #(define-public point-and-click #f) -#(define-public midi-debug #f) +#(define-public midi-debug #f) -\version "2.1.25" +\version "2.2.0" \include "declarations-init.ly" @@ -17,14 +17,17 @@ %% -%% above message is to compensate for look ahead of the parser. +%% above and below message is to compensate for look ahead of the parser. %% #(if (and (ly:get-option 'old-relative) + (defined? 'input-file-name) (not (ly:get-option 'old-relative-used))) (ly:warn (string-append "\n" - input-file-name ": old relative compatibility was not used."))) + input-file-name ": old relative compatibility was not used." + )))% there is a problem at the end of the input file + #(if (ly:get-option 'verbose)