]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Fri, 1 May 1998 18:10:19 +0000 (18:10 +0000)
committerfred <fred>
Fri, 1 May 1998 18:10:19 +0000 (18:10 +0000)
init/declarations.ly [new file with mode: 0644]

diff --git a/init/declarations.ly b/init/declarations.ly
new file mode 100644 (file)
index 0000000..76933ee
--- /dev/null
@@ -0,0 +1,31 @@
+
+  
+breve = \duration { -1 0 }
+longa = \duration { -2 0 }
+
+\include "dynamic.ly"
+\include "nederlands.ly"               % dutch
+\include "script.ly"
+
+
+Gourlay = 1.0
+Wordwrap = 0.0
+
+\include "paper20.ly"
+
+default_paper = \paper{
+       \paper_twenty
+}
+
+% ugh
+\include "midi.ly"
+
+% declarations for standard directions
+left = -1
+right = 1
+up = 1
+down = -1
+% zillie spellink?
+center=0
+
+\include "property.ly"