]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/property.ly
release: 1.1.15
[lilypond.git] / init / property.ly
index 7140c7ce03cc7ed3e0ccc4639242a9bcd60ef044..3d098081576a1eac9c4ab0c426c1c5cb22fb5cc3 100644 (file)
@@ -78,23 +78,29 @@ instrument          ascii   midi instrument table lookup
 %hmm, (these) abbrevs suck, imo
 % i guess they're meant as some form of doco
 % that's what i use them for...
-stemup = {
+stemup = \notes {
+       s1*0
        % Stupid hack to make < { \stemup } > work
        \property Voice.ydirection = \up 
        }
-stemboth= {
+stemboth= \notes {
+       s1*0
        \property Voice.ydirection = \center
 }
-stemdown = {   
+stemdown = \notes {    
+       s1*0
        \property Voice.ydirection = \down
 }
-slurup = {
+slurup = \notes {
+       s1*0
        \property Voice.slurydirection = \up 
        }
-slurboth= {
+slurboth= \notes {
+       s1*0
        \property Voice.slurydirection = \center
 }
-slurdown = {   
+slurdown = \notes {    
+       s1*0
        \property Voice.slurydirection = \down
 }