]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/swallow-perf.hh
699990c4dbadffe3153dc830f03e625992b0d234
[lilypond.git] / lily / include / swallow-perf.hh
1 /*
2   swallow-perf.hh -- declare Swallow_performer
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef SWALLOW_PERF_HH
11 #define SWALLOW_PERF_HH
12
13 #include "performer.hh"
14
15 class Swallow_performer : public Performer {
16 public:
17   TRANSLATOR_CLONE(Swallow_performer);
18   DECLARE_MY_RUNTIME_TYPEINFO;
19 protected:
20   virtual bool do_try_request (Request*) { return true; }
21 };
22
23 #endif // SWALLOW_PERF_HH