]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.35
authorfred <fred>
Fri, 10 Oct 1997 16:09:15 +0000 (16:09 +0000)
committerfred <fred>
Fri, 10 Oct 1997 16:09:15 +0000 (16:09 +0000)
init/lily-init.ly [new file with mode: 0644]

diff --git a/init/lily-init.ly b/init/lily-init.ly
new file mode 100644 (file)
index 0000000..564fca5
--- /dev/null
@@ -0,0 +1,51 @@
+% symbol.ly
+%
+% FIXME other name
+  
+\version "0.1.7";
+  
+breve = \duration { -1 0 }
+longa = \duration { -2 0 }
+
+\include "dynamic.ly"
+\include "dutch.ly" 
+\include "script.ly"
+
+
+Gourlay = 1.0
+Wordwrap = 0.0
+
+\include "paper16.ly"
+\include "paper20.ly"
+
+
+default_paper = \paper{
+       \paper_sixteen
+}
+
+% ugh
+\include "midi.ly"
+
+% declarations for standard directions
+left = -1
+right = 1
+up = 1
+down = -1
+center=0
+
+
+stemup = {
+       \skip 1*0;
+       % Stupid hack to make < { \stemup } > work
+       \property Voice.ydirection = \up 
+       }
+stemboth= {
+       \skip 1*0;
+       \property Voice.ydirection = \center
+}
+stemdown = {   
+       \skip 1*0;
+       \property Voice.ydirection = \down
+}
+
+