lilypond-1.3.16
[lilypond.git] / lily / include / swallow-perf.hh
blob38b84befe3be98aa7c9b6b7b2eb97d76629a9257
1 /*
2 swallow-perf.hh -- declare Swallow_performer
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef SWALLOW_PERF_HH
11 #define SWALLOW_PERF_HH
13 #include "performer.hh"
15 class Swallow_performer : public Performer
17 public:
18 VIRTUAL_COPY_CONS(Translator);
20 protected:
21 virtual bool do_try_music (Music*) { return true; }
24 #endif // SWALLOW_PERF_HH