]> 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 a5df75caf9ea231d7617d3154abb3510780f9fa7..00084e627ef625a8082d9c0c9c64e4c238ba1770 100644 (file)
@@ -1,8 +1,24 @@
 % Toplevel initialisation file. 
 
 
-\version "1.3.110";
 
-\include "declarations.ly";
+#(define-public point-and-click #f)
+#(define-public midi-debug #f)
+
+#(reset-drum-kit)
+
+\version "1.9.1"
+
+\include "declarations-init.ly"
+
+
+#(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 (string-append
+           "\n"
+           input-file-name ": old relative compatibility was not used.")))