]> git.donarmstrong.com Git - lilypond.git/blob - init/declarations.ly
73ec21f886f6f9698c8fc15d26d96bd256afdeef
[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 \include "paper20.ly"
15
16 default_paper = \paper{
17         \paper_twenty
18 }
19
20 % ugh
21 \include "midi.ly"
22
23 % declarations for standard directions
24 left = -1
25 right = 1
26 up = 1
27 down = -1
28 % zillie spellink?
29 center=0
30
31 break = { \penalty = 10000; }
32 nobreak = { \penalty = -10000; }
33
34 \include "property.ly"
35
36 % music = "\melodic\relative c"
37