]> git.donarmstrong.com Git - lilypond.git/blob - ly/init.ly
* input/regression/bar-number.ly: remove unnecessary old-relative
[lilypond.git] / ly / init.ly
1 % Toplevel initialisation file. 
2
3 #(define-public point-and-click #f)
4 #(define-public midi-debug #f)
5
6 #(reset-drum-kit)
7
8 \version "1.9.1"
9
10 \include "declarations-init.ly"
11
12 #(ly:set-option 'new-relative)
13 #(ly:set-point-and-click #f)
14
15 \maininput
16
17 #(if (and (ly:get-option 'old-relative)
18       (not (ly:get-option 'old-relative-used)))
19   (ly:warn (string-append
20             "\n"
21             input-file-name ": old relative compatibility was not used.")))