X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-perf.cc;h=f148699c867ca64687be176e2875f24d972032eb;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=31e76c4829210d5359edb29dc4d5bc0a0050c794;hpb=2c22efe5a46a37065b10c3f51c5d7db00d07d318;p=lilypond.git diff --git a/lily/swallow-perf.cc b/lily/swallow-perf.cc index 31e76c4829..f148699c86 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--2005 Han-Wen Nienhuys + (c) 1997--2009 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; @@ -33,8 +32,15 @@ Swallow_performer::Swallow_performer () #include "translator.icc" ADD_TRANSLATOR (Swallow_performer, - /* doc */ "", - /* create */ "", - /* accept */ "general-music", - /* read */ "", - /* write */ ""); + /* doc */ + "", + + /* create */ + "", + + /* read */ + "", + + /* write */ + "" + );