2 type-swallow-trans.cc -- implement Type_swallow_translator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
9 #include "type-swallow-trans.hh"
10 #include "musical-request.hh"
14 Type_swallow_translator::do_try_music (Music
*r
)
16 if (classname (r
) == swallow_str_
)
23 DECLARE_REQUEST_SWALLOWER(Skip_req
);