]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
* lily/my-lily-lexer.cc (My_lily_lexer): don't crash
[lilypond.git] / ly / init.ly
index 96cc5a7895face1c81ec707f274642a0b5f10493..00084e627ef625a8082d9c0c9c64e4c238ba1770 100644 (file)
@@ -1,19 +1,24 @@
 % Toplevel initialisation file. 
 
+
+
 #(define-public point-and-click #f)
 #(define-public midi-debug #f)
 
 #(reset-drum-kit)
 
-\version "1.9.0"
+\version "1.9.1"
 
 \include "declarations-init.ly"
 
-#(ly:set-option 'old-relative #t)
+
+#(ly:set-option 'new-relative)
 #(ly:set-point-and-click #f)
 
 \maininput
 
 #(if (and (ly:get-option 'old-relative)
       (not (ly:get-option 'old-relative-used)))
-  (ly:warn "Old relative compatibility was not used."))
+  (ly:warn (string-append
+           "\n"
+           input-file-name ": old relative compatibility was not used.")))