X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-perf.cc;h=a2e3aa7b85b3306a77914ae290eb2d52de5e55af;hb=63179d1f16581b4993455c726cab4873c7f0dbc0;hp=2c0dbad55c0ae46686930c40c71d490b99a2d07e;hpb=a7f82e4dc22fc6219a9fe0f6874f8c91e3f31f24;p=lilypond.git diff --git a/lily/swallow-perf.cc b/lily/swallow-perf.cc index 2c0dbad55c..a2e3aa7b85 100644 --- a/lily/swallow-perf.cc +++ b/lily/swallow-perf.cc @@ -3,13 +3,12 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ #include "performer.hh" #include "music.hh" - class Swallow_performer : public Performer { public: @@ -21,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; @@ -34,9 +32,8 @@ Swallow_performer::Swallow_performer () #include "translator.icc" ADD_TRANSLATOR (Swallow_performer, - /* descr */ "", - /* creats*/ "", - /* accepts */ "general-music", - /* acks */ "", - /* reads */ "", + /* doc */ "", + /* create */ "", + /* accept */ "general-music", + /* read */ "", /* write */ "");