> That patch does seem to be there in 101, but I'm still having the same
> problem.  

No, it seems that the `forget' patch has been forgotten.
Here it comes again, still just as valid for 1.3.101.

      /Mats

diff -u lily/local-key-engraver.cc.orig lily/local-key-engraver.cc
--- lily/local-key-engraver.cc.orig     Fri Oct 13 18:02:49 2000
+++ lily/local-key-engraver.cc  Tue Oct 31 09:19:01 2000
@@ -103,9 +103,7 @@
          bool different = prev_acc != a;
          
          bool tie_changes = tied_l_arr_.find_l (support_l) && different;
-         if (!forget
-             && (note_l->forceacc_b_ || different)
-             && !tie_changes)
+         if (&& (note_l->forceacc_b_ || different) && !tie_changes)
            {
              if (!key_item_p_) 

Reply via email to