]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-perf.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / swallow-perf.cc
index a2e3aa7b85b3306a77914ae290eb2d52de5e55af..150e61b274a8d7977b7df7df02a992ad8b1e782f 100644 (file)
@@ -20,7 +20,8 @@ protected:
 bool
 Swallow_performer::try_music (Music *m)
 {
-  if (m->is_mus_type ("melisma-playing-event"))
+  if (m->is_mus_type ("busy-playing-event")
+      || m->is_mus_type ("melisma-playing-event"))
     return false;
   else
     return true;