]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / note-heads-engraver.cc
index d650b675e76b645f6a23fb098c179e4a8071a87c..7b91132246c8ac377a9ab9894aba514cc17f066f 100644 (file)
@@ -45,6 +45,8 @@ 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;
 }
@@ -130,6 +132,7 @@ ADD_TRANSLATOR (Note_heads_engraver,
                "NoteHead "
                "Dots",
                /* accept */
-               "note-event",
+               "note-event "
+               "busy-playing-event",
                /* read */ "middleCPosition",
                /* write */ "");