]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.58
authorfred <fred>
Sun, 24 Mar 2002 19:40:17 +0000 (19:40 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:40:17 +0000 (19:40 +0000)
lily/note.cc

index 248a25e60ec3f6e2d96b1025baada82e0b665e3a..a939391bf3be88fdbb27bad1032c7b0c45bdbfce 100644 (file)
@@ -70,6 +70,7 @@ get_text_req(int d , Text_def*def)
 Request*
 get_stemdir_req(int d)
 {
+    d = sign(long(d));
     Group_feature_req * gfreq_p = new Group_feature_req;
     gfreq_p->type_str_ = "vdir";
     gfreq_p->value_str_ = String(d);