From: fred Date: Sun, 24 Mar 2002 19:40:17 +0000 (+0000) Subject: lilypond-0.0.58 X-Git-Tag: release/1.5.59~4899 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b137a4cb87ac2c87bf2ace3371ad3cdb8ef2ab3c;p=lilypond.git lilypond-0.0.58 --- diff --git a/lily/note.cc b/lily/note.cc index 248a25e60e..a939391bf3 100644 --- a/lily/note.cc +++ b/lily/note.cc @@ -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);