]> git.donarmstrong.com Git - lilypond.git/blob - init/symbol.ly
2474f20c432d7b15e0ca0d28119172a19abc4cde
[lilypond.git] / init / symbol.ly
1 % symbol.ly
2   
3 \version "0.1.1";
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 \include "engraver.ly"
12
13 Gourlay = 1.0
14 Wordwrap = 0.0
15
16 \include "paper16.ly"
17 \include "paper20.ly"
18
19
20 default_paper = \paper{
21         \paper_sixteen
22 }
23
24 % ugh
25 \include "midi.ly"
26
27 % declarations for standard directions
28 left = -1
29 right = 1
30 up = 1
31 down = -1
32
33
34