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