lilypond-1.3.65
[lilypond.git] / lily / type-swallow-trans.cc
blobb3d192cdfea106a77f844f979b0017d76e5ac87e
1 /*
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>
7 */
9 #include "type-swallow-trans.hh"
10 #include "musical-request.hh"
13 bool
14 Type_swallow_translator::do_try_music (Music*r)
16 if (classname (r) == swallow_str_)
17 return true;
18 return false;
23 DECLARE_REQUEST_SWALLOWER(Skip_req);