From a6752413af9ca20de04c433358b71e4c197b1900 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:03:38 +0000 Subject: [PATCH] lilypond-0.1.36 --- lily/stem.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/stem.cc b/lily/stem.cc index 32a7b1ede3..0e37c7d849 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -227,7 +227,7 @@ Stem::set_noteheads () parity = !parity; } else - parity = 0; + parity = 1; lastpos = head_l_arr_[i]->position_i_; } } -- 2.39.5