]> git.donarmstrong.com Git - lilypond.git/blob - init/lily-init.ly
b47910ac6984743041d96a2175248e2ac2d21aa1
[lilypond.git] / init / lily-init.ly
1 % Toplevel initialisation file. 
2         
3 \version "0.1.7";
4   
5 breve = \duration { -1 0 }
6 longa = \duration { -2 0 }
7
8 \include "dynamic.ly"
9 \include "dutch.ly" 
10 \include "script.ly"
11
12
13 Gourlay = 1.0
14 Wordwrap = 0.0
15
16 \include "paper16.ly"
17 \include "paper20.ly"
18
19 default_paper = \paper{
20         \paper_sixteen
21 }
22
23 % ugh
24 \include "midi.ly"
25
26 % declarations for standard directions
27 left = -1
28 right = 1
29 up = 1
30 down = -1
31 % zillie spellink?
32 center=0
33
34 \include "property.ly"
35