]> git.donarmstrong.com Git - lilypond.git/blob - ly/declarations.ly
release: 1.1.28
[lilypond.git] / ly / declarations.ly
1
2   
3 breve = \duration { -1 0 }
4 longa = \duration { -2 0 }
5
6 \include "dynamic.ly"
7 \include "nederlands.ly"                % dutch
8 \include "chord-modifiers.ly"
9 \include "script.ly"
10
11
12 Gourlay = 1.0
13 Wordwrap = 0.0
14
15 papersize = "a4"
16
17 \include "paper20.ly"
18
19 \paper{
20         \paper_twenty
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
32 % zillie spellink?
33 center=0
34
35 break = { \penalty = 10000; }
36 nobreak = { \penalty = -10000; }
37
38 major = 0
39 minor = 3
40
41 \include "property.ly"
42
43
44
45 unusedEntry = \notes { c4 }             % reset default duration
46
47 % music = "\melodic\relative c"
48