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