]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
(struct Tuplet_description): read
[lilypond.git] / lily / note-heads-engraver.cc
index 7b91132246c8ac377a9ab9894aba514cc17f066f..d650b675e76b645f6a23fb098c179e4a8071a87c 100644 (file)
@@ -45,8 +45,6 @@ Note_heads_engraver::try_music (Music *m)
       note_evs_.push_back (m);
       return true;
     }
-  else if (m->is_mus_type ("busy-playing-event"))
-    return note_evs_.size ();
 
   return false;
 }
@@ -132,7 +130,6 @@ ADD_TRANSLATOR (Note_heads_engraver,
                "NoteHead "
                "Dots",
                /* accept */
-               "note-event "
-               "busy-playing-event",
+               "note-event",
                /* read */ "middleCPosition",
                /* write */ "");