X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-perf.cc;h=2bd42dfa5cb44ea8cb69098b2895d7e98cc36dd8;hb=49c5e7ba9c44a60281f45a802a77e006570c7ac0;hp=150e61b274a8d7977b7df7df02a992ad8b1e782f;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/lily/swallow-perf.cc b/lily/swallow-perf.cc index 150e61b274..2bd42dfa5c 100644 --- a/lily/swallow-perf.cc +++ b/lily/swallow-perf.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #include "performer.hh" @@ -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; @@ -35,6 +34,5 @@ Swallow_performer::Swallow_performer () ADD_TRANSLATOR (Swallow_performer, /* doc */ "", /* create */ "", - /* accept */ "general-music", /* read */ "", /* write */ "");