X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fswallow-perf.cc;h=2bd42dfa5cb44ea8cb69098b2895d7e98cc36dd8;hb=f9214bac21e9926dc3248416f58190c98c4167a9;hp=150e61b274a8d7977b7df7df02a992ad8b1e782f;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;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 */ "");