]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/swallow-perf.hh
release: 0.0.77.jcn1
[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 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     NAME_MEMBERS();
18 protected:
19     virtual bool do_try_request (Request* ) { return true; }
20 };
21
22 #endif // SWALLOW_PERF_HH