From b137a4cb87ac2c87bf2ace3371ad3cdb8ef2ab3c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:40:17 +0000 Subject: [PATCH] lilypond-0.0.58 --- lily/note.cc | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5