]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
Issue 3244: Remove -d old-relative compatibility option
[lilypond.git] / ly / init.ly
index 8e8a2fc2123436dd8ee428e859b3ff7bfecdaea6..3be64edb7f9811c839626576da7f50485d81a2c5 100644 (file)
@@ -19,7 +19,6 @@
 
 #(note-names-language parser default-language)
 
-#(ly:set-option 'old-relative #f)
 #(define location #f)
 #(define toplevel-scores (list))
 #(define toplevel-bookparts (list))
@@ -48,11 +47,6 @@ $(if (ly:get-option 'include-settings)
 %% Above and below comments compensate for the parser's look-ahead.
 %%
 
-#(if (and (ly:get-option 'old-relative)
-      (defined? 'input-file-name)
-      (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)
       (defined? 'input-file-name))
   (version-not-seen-message input-file-name))