2 swallow-perf.cc -- implement Swallow_performer
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2004 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
*);
20 Swallow_performer::try_music (Music
*m
)
22 if (m
->is_mus_type ("busy-playing-event")
23 || m
->is_mus_type ("melisma-playing-event"))
29 Swallow_performer::Swallow_performer ()
32 ENTER_DESCRIPTION (Swallow_performer
,
35 /* accepts */ "general-music",