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>
9 #include "performer.hh"
11 class Swallow_performer
: public Performer
14 TRANSLATOR_DECLARATIONS(Swallow_performer
);
16 virtual bool try_music (Music
*) { return true; }
19 Swallow_performer::Swallow_performer()
22 ENTER_DESCRIPTION(Swallow_performer
,
25 /* accepts */ "general-music",