lilypond-1.3.154
[lilypond.git] / lily / type-swallow-translator.cc
blobe16b9e316a4a53402cab16c385e64ce7788b652f
1 /*
2 type-swallow-translator.cc -- implement Type_swallow_translator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "type-swallow-translator.hh"
10 #include "musical-request.hh"
13 bool
14 Type_swallow_translator::try_music (Music*r)
16 if (classname (r) == swallow_str_)
17 return true;
18 return false;
23 DECLARE_REQUEST_SWALLOWER (Skip_req);