]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.16
authorfred <fred>
Sun, 24 Mar 2002 19:58:14 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:14 +0000 (19:58 +0000)
init/symbol.ly

index 2ca0c7f7d96fca85063f64b84b23c102d8951ed6..115b6dbb14a697e26eba810a5d3a008632486f10 100644 (file)
@@ -35,17 +35,14 @@ 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
 }