]> git.donarmstrong.com Git - lilypond.git/blob - init/declarations.ly
release: 1.0.17
[lilypond.git] / init / declarations.ly
1
2   
3 breve = \duration { -1 0 }
4 longa = \duration { -2 0 }
5
6 \include "dynamic.ly"
7 \include "nederlands.ly"                % dutch
8 \include "script.ly"
9
10
11 Gourlay = 1.0
12 Wordwrap = 0.0
13
14 papersize = "a4"
15
16 \include "paper20.ly"
17
18 \paper{
19         \paper_twenty
20 }
21
22 % ugh
23 \include "midi.ly"
24
25 % declarations for standard directions
26 left = -1
27 right = 1
28 up = 1
29 down = -1
30 % zillie spellink?
31 center=0
32
33 break = { \penalty = 10000; }
34 nobreak = { \penalty = -10000; }
35
36 \include "property.ly"
37
38 % music = "\melodic\relative c"
39