*** empty log message ***
[lilypond.git] / lily / swallow-perf.cc
blobf30476092a0a25237fbfe04c9b240ca993b28b36
1 /*
2 swallow-perf.cc -- implement Swallow_performer
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "performer.hh"
11 class Swallow_performer : public Performer
13 public:
14 TRANSLATOR_DECLARATIONS(Swallow_performer);
15 protected:
16 virtual bool try_music (Music*) { return true; }
19 Swallow_performer::Swallow_performer()
22 ENTER_DESCRIPTION(Swallow_performer,
23 /* descr */ "",
24 /* creats*/ "",
25 /* accepts */ "general-music",
26 /* acks */ "",
27 /* reads */ "",
28 /* write */ "");