* input/test/ambitus-mixed.ly (texidoc): new file.
[lilypond.git] / ly / init.ly
blob00084e627ef625a8082d9c0c9c64e4c238ba1770
1 % Toplevel initialisation file.
5 #(define-public point-and-click #f)
6 #(define-public midi-debug #f)
8 #(reset-drum-kit)
10 \version "1.9.1"
12 \include "declarations-init.ly"
15 #(ly:set-option 'new-relative)
16 #(ly:set-point-and-click #f)
18 \maininput
20 #(if (and (ly:get-option 'old-relative)
21 (not (ly:get-option 'old-relative-used)))
22 (ly:warn (string-append
23 "\n"
24 input-file-name ": old relative compatibility was not used.")))