]> git.donarmstrong.com Git - lilypond.git/blob - ly/init.ly
* lily/my-lily-lexer.cc (My_lily_lexer): don't crash
[lilypond.git] / ly / init.ly
1 % Toplevel initialisation file. 
2
3
4
5 #(define-public point-and-click #f)
6 #(define-public midi-debug #f)
7
8 #(reset-drum-kit)
9
10 \version "1.9.1"
11
12 \include "declarations-init.ly"
13
14
15 #(ly:set-option 'new-relative)
16 #(ly:set-point-and-click #f)
17
18 \maininput
19
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.")))