]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-walker.cc
patch::: 1.3.133.jcn1
[lilypond.git] / lily / midi-walker.cc
index 986a58ebdb6ddd68837c404b2686860db22bd822..fe67eaf0fa714d46f41f3978cef6559bf80303f8 100644 (file)
@@ -60,9 +60,12 @@ Midi_walker::do_start_note (Midi_note* note_p)
              /* let stopnote in queue be ignored,
               new stop note wins */
              stop_note_queue[i].ignore_b_ = true;
+             
+#if 0  // Ugh: this fixes stuck notes bug, but breaks most everything else?
              /* don't replay start note, */
              play_start = false;
              break;
+#endif       
            }
          else
            {