]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
*** empty log message ***
[lilypond.git] / ly / init.ly
index 27c3fa6612d0c95f8e3476eaf9740af216d237e3..a0505d8eeaef8678635b90f418778413856bc7cf 100644 (file)
@@ -1,8 +1,37 @@
 % Toplevel initialisation file. 
-       
-\version "1.3.59";
 
+#(define-public point-and-click #f)
+#(define-public midi-debug #f)
 
-\include "declarations.ly";
+
+\version "2.1.28"
+
+\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)
+      (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))
+   ))
+