]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/lily-init.ly
release: 0.1.51
[lilypond.git] / init / lily-init.ly
index c1753b3263510b23723f67fdd1f68603630d0b37..c609918c57c42a3227e97c2049bf8b160cbebf3b 100644 (file)
@@ -1,6 +1,6 @@
 % Toplevel initialisation file. 
        
-\version "0.1.7";
+\version "0.1.9";
   
 breve = \duration { -1 0 }
 longa = \duration { -2 0 }
@@ -14,8 +14,6 @@ Gourlay = 1.0
 Wordwrap = 0.0
 
 \include "paper16.ly"
-\include "paper20.ly"
-
 
 default_paper = \paper{
        \paper_sixteen
@@ -29,21 +27,8 @@ left = -1
 right = 1
 up = 1
 down = -1
+% zillie spellink?
 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
-}
-
+\include "property.ly"