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