]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/symbol.ly
release: 0.1.13
[lilypond.git] / init / symbol.ly
index 65bced4151d4122d6a5d92534bedb4faf582c0bf..445a8a7a6440de8f7b87131eb623834ebda3cfda 100644 (file)
@@ -1,14 +1,25 @@
-\version "0.1.1";
-
+% symbol.ly
+  
+\version "0.1.5";
+  
 breve = \duration { -1 0 }
 longa = \duration { -2 0 }
 
 \include "dynamic.ly"
 \include "dutch.ly" 
+\include "script.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"
@@ -18,4 +29,24 @@ left = -1
 right = 1
 up = 1
 down = -1
+center=0
+
+
+stemup = {
+       \skip 1*0;
+       % Stupid hack to make < { \stemup } > work
+%      \property Thread.cocktailbar = 1
+       \property Voice.ydirection = \up 
+       }
+stemboth= {
+       \skip 1*0;
+       % \property Thread.cocktailbar = 0
+       \property Voice.ydirection = \center
+}
+stemdown = {   
+       \skip 1*0;
+       %\property Thread.cocktailbar = -1
+       \property Voice.ydirection = \down
+}
+