lilypond-1.3.74
[lilypond.git] / ly / declarations.ly
blob408a512e26163c719b6ba7d966a12a5e314b3c67
1 #(gc)
3 breve = \duration #'( -1 0)
4 longa = \duration #'( -2 0 )
5 maxima = \duration #'( -3 0 )
7 #(gc)
9 #(eval-string (ly-gulp-file "generic-property.scm"))
11 #(gc)
13 % urg, move to basic property?
14 #(eval-string (ly-gulp-file "slur.scm"))
16 #(gc)
18 \include "nederlands.ly" % dutch
20 #(gc)
22 \include "chord-modifiers.ly"
23 #(gc)
25 \include "script.ly"
26 #(gc)
29 % declarations for standard directions
30 left = -1
31 right = 1
32 up = 1
33 down = -1
34 start = -1
35 stop = 1
36 smaller = -1
37 bigger = 1
39 center=0
41 break = \penalty -1000000;
42 nobreak = \penalty 1000000;
43 \include "scale-definitions.ly"
45 melisma = \property Staff.melismaBusy = ##t
46 melismaEnd = \property Staff.melismaBusy = ##f
50 papersize = "a4"
51 \include "generic-paper.ly"
52 \include "paper20.ly"
54 % ugh
55 \include "midi.ly"
57 \include "textscripts.ly"
58 \include "spanners.ly"
60 \include "property.ly"
64 unusedEntry = \notes { c4 } % reset default duration
66 % music = "\melodic\relative c"