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