]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/completion-note-heads-engraver.cc
* lily/*-performer.cc: Converted try_music to listen_*
[lilypond.git] / lily / completion-note-heads-engraver.cc
index 6fe80dc30949e0bfb9638141c79bfd93c55ffdd5..aee5e181c24ce254f6680593b59a42fa5dd71bc5 100644 (file)
@@ -97,8 +97,6 @@ Completion_heads_engraver::try_music (Music *m)
 
       return true;
     }
-  else if (m->is_mus_type ("busy-playing-event"))
-    return note_events_.size () && is_first_;
 
   return false;
 }
@@ -303,6 +301,6 @@ ADD_TRANSLATOR (Completion_heads_engraver,
                "@code{Note_heads_engraver}. It plays some trickery to "
                "break long notes and automatically tie them into the next measure.",
                /* create */ "NoteHead Dots Tie",
-               /* accept */ "busy-playing-event note-event",
+               /* accept */ "note-event",
                /* read */ "middleCPosition measurePosition measureLength",
                /* write */ "");