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