]> git.donarmstrong.com Git - lilypond.git/blob - ly/init.ly
* lily/tuplet-bracket.cc (calc_position_and_height): check musical
[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.8"
9
10 \include "declarations-init.ly"
11
12
13 #(ly:set-option 'new-relative)
14 #(ly:set-point-and-click #f)
15
16 \maininput
17
18 #(if (and (ly:get-option 'old-relative)
19       (not (ly:get-option 'old-relative-used)))
20   (ly:warn (string-append
21             "\n"
22             input-file-name ": old relative compatibility was not used.")))