]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/swallow-perf.hh
2003 -> 2004
[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--2004 Han-Wen Nienhuys <hanwen@cs.uu.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 {
17 public:
18   VIRTUAL_COPY_CONS (Translator);
19   
20 protected:
21   virtual bool try_music (Music*) { return true; }
22 };
23
24 #endif // SWALLOW_PERF_HH