From: fred Date: Sun, 24 Mar 2002 20:03:38 +0000 (+0000) Subject: lilypond-0.1.36 X-Git-Tag: release/1.5.59~3552 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a6752413af9ca20de04c433358b71e4c197b1900;p=lilypond.git lilypond-0.1.36 --- 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_; } }