]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/swallow-perf.hh
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[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--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef SWALLOW_PERF_HH
10 #define SWALLOW_PERF_HH
11
12 #include "performer.hh"
13
14 class Swallow_performer : public Performer
15 {
16 public:
17   VIRTUAL_COPY_CONS (Translator);
18
19 protected:
20   virtual bool try_music (Music *) { return true; }
21 };
22
23 #endif // SWALLOW_PERF_HH