X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fswallow-perf.hh;h=8016529e4d74c576d23e4a23fca1c215f54f0ef6;hb=bc196049a8d71a528630ab6e83bf9ecadd50f837;hp=eec24e9643a3de35d7263d76f3d20cf90261e5a4;hpb=48bdd9154a32245a075494b403639181615864e2;p=lilypond.git diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh index eec24e9643..8016529e4d 100644 --- a/lily/include/swallow-perf.hh +++ b/lily/include/swallow-perf.hh @@ -3,20 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ - #ifndef SWALLOW_PERF_HH #define SWALLOW_PERF_HH #include "performer.hh" -class Swallow_performer : public Performer { +class Swallow_performer : public Performer +{ public: - NAME_MEMBERS(); + VIRTUAL_COPY_CONS (Translator); + protected: - virtual bool do_try_request (Request* ) { return true; } + virtual bool try_music (Music *) { return true; } }; #endif // SWALLOW_PERF_HH