]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/symbol.ly
release: 0.1.13
[lilypond.git] / init / symbol.ly
index 2474f20c432d7b15e0ca0d28119172a19abc4cde..445a8a7a6440de8f7b87131eb623834ebda3cfda 100644 (file)
@@ -1,6 +1,6 @@
 % symbol.ly
   
-\version "0.1.1";
+\version "0.1.5";
   
 breve = \duration { -1 0 }
 longa = \duration { -2 0 }
@@ -8,7 +8,7 @@ longa = \duration { -2 0 }
 \include "dynamic.ly"
 \include "dutch.ly" 
 \include "script.ly"
-\include "engraver.ly"
+
 
 Gourlay = 1.0
 Wordwrap = 0.0
@@ -29,6 +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
+}