]> git.donarmstrong.com Git - lilypond.git/blob - init/lily-init.ly
release: 0.1.41
[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
18 default_paper = \paper{
19         \paper_sixteen
20 }
21
22 % ugh
23 \include "midi.ly"
24
25 % declarations for standard directions
26 left = -1
27 right = 1
28 up = 1
29 down = -1
30 % zillie spellink?
31 center=0
32
33 \include "property.ly"
34