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