(Top): explain how to get
[lilypond.git] / ly / declarations-init.ly
blob71711a257f272c0e25972f9224f370e90655134e
2 \version "1.7.18"
3 breve = \duration #(ly:make-duration -1 0)
4 longa = \duration #(ly:make-duration -2 0 )
5 maxima = \duration #(ly:make-duration -3 0)
7 \include "nederlands.ly" % dutch
8 \include "chord-modifiers-init.ly"
9 \include "script-init.ly"
11 % declarations for standard directions
12 left = -1
13 right = 1
14 up = 1
15 down = -1
16 start = -1
17 stop = 1
18 smaller = -1
19 bigger = 1
20 center=0
24 should also set allowBeamBreak, but how to do it "portably"? (ie. also
25 working with lyric sections)
28 break =#(make-event-chord (list (make-penalty-music -10001)))
29 noBreak = #(make-event-chord (list (make-penalty-music 10001)))
31 \include "scale-definitions-init.ly"
33 melisma = \property Staff.melismaBusy = ##t
34 melismaEnd = \property Staff.melismaBusy = ##f
37 \include "engraver-init.ly"
38 \include "grace-init.ly"
40 % ugh
41 \include "midi-init.ly"
44 % Do units first; must be done before any units are specified.
45 \paper {
46 unit = "mm"
47 mm = 1.0
48 in = 25.4
49 pt = #(/ in 72.27)
50 cm = #(* 10 mm)
53 papersize = "a4"
54 paperfile = \papersize + "-init.ly"
56 \include "generic-paper-init.ly"
57 \include "paper20-init.ly"
60 \include "dynamic-scripts-init.ly"
61 \include "spanners-init.ly"
63 \include "property-init.ly"
67 % reset default duration
68 unusedEntry = \notes { c4 }
70 % music = "\melodic\relative c"