]> git.donarmstrong.com Git - lilypond.git/blob - ly/declarations.ly
release: 1.3.0
[lilypond.git] / ly / declarations.ly
1
2   
3 breve = \duration { -1 0 }
4 longa = \duration { -2 0 }
5
6 \include "nederlands.ly"                % dutch
7 \include "chord-modifiers.ly"
8 \include "script.ly"
9
10
11 % declarations for standard directions
12 left = -1
13 right = 1
14 up = 1
15 down = -1
16 start = -1
17 stop = 1
18 smaller = -1
19 bigger = 1
20
21 center=0
22
23 break =  \penalty  -1000000; 
24 nobreak =  \penalty 1000000; 
25
26 major = 0
27 minor = 3
28
29 ionian = 0
30 locrian = 1
31 aeolian = 3
32 mixolydian = 5
33 lydian = 7
34 phrygian = 8
35 dorian = 10
36
37 melisma = \property Staff.melismaBusy = ##t
38 melismaEnd = \property Staff.melismaBusy = ##f
39
40
41
42 papersize = "a4"
43 \include "generic-paper.ly"
44 \include "paper20.ly"
45
46 % ugh
47 \include "midi.ly"
48
49 \include "textscripts.ly"
50 \include "spanners.ly"
51
52 \include "property.ly"
53
54
55
56 unusedEntry = \notes { c4 }             % reset default duration
57
58 % music = "\melodic\relative c"
59