lilypond-1.3.28
[lilypond.git] / ly / declarations.ly
blobd6c0930ea81da399539977bae2f7bbd00056c65d
3 breve = \duration { -1 0 }
4 longa = \duration { -2 0 }
5 maxima = \duration { -3 0 }
7 #(eval-string (ly-gulp-file "generic-property.scm"))
9 \include "nederlands.ly" % dutch
10 \include "chord-modifiers.ly"
11 \include "script.ly"
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
24 center=0
26 break = \penalty -1000000;
27 nobreak = \penalty 1000000;
29 major = 0
30 minor = 3
32 ionian = 0
33 locrian = 1
34 aeolian = 3
35 mixolydian = 5
36 lydian = 7
37 phrygian = 8
38 dorian = 10
40 melisma = \property Staff.melismaBusy = ##t
41 melismaEnd = \property Staff.melismaBusy = ##f
45 papersize = "a4"
46 \include "generic-paper.ly"
47 \include "paper20.ly"
49 % ugh
50 \include "midi.ly"
52 \include "textscripts.ly"
53 \include "spanners.ly"
55 \include "property.ly"
59 unusedEntry = \notes { c4 } % reset default duration
61 % music = "\melodic\relative c"