]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.36
authorfred <fred>
Sun, 24 Mar 2002 20:03:38 +0000 (20:03 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:03:38 +0000 (20:03 +0000)
lily/stem.cc

index 32a7b1ede378492e63232c32bb828d7dfd750533..0e37c7d849a2b59a2db4c7e8823e20a92d2cb44a 100644 (file)
@@ -227,7 +227,7 @@ Stem::set_noteheads ()
          parity = !parity;
        }
       else
-       parity = 0;
+       parity = 1;
       lastpos = head_l_arr_[i]->position_i_;
     }
 }