]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
* buildscripts/lilypond-words.py: search words also from
[lilypond.git] / ly / init.ly
index 0ddb2db3a94027b055262cea6959e87f9be81661..cf9571d58bf48a1227c20c490aca4a4492d2f69d 100644 (file)
@@ -1,8 +1,38 @@
 % Toplevel initialisation file. 
 
+#(define-public point-and-click #f)
+#(define-public midi-debug  #f)
 
-\version "1.3.146"
+
+\version "2.2.0"
 
 \include "declarations-init.ly"
 
+
+#(ly:set-option 'new-relative)
+#(ly:set-point-and-click #f)
+
 \maininput
+% there is a problem at the end of the input file
+
+
+%%
+%% 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."
+       )))% there is a problem at the end of the input file
+
+
+
+#(if (ly:get-option 'verbose)
+  (begin
+   (gc)
+   (write (gc-stats) (current-error-port))
+   ))
+