lilypond-1.3.146
[lilypond.git] / lily / swallow-grav.cc
blob8c32a81a52c8513ff18c6c125a067bc61b209d21
1 /*
2 swallow-reg.cc -- implement Swallow_engraver
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8 #include "swallow-grav.hh"
11 IMPLEMENT_IS_TYPE_B1(Swallow_engraver,Engraver);
12 ADD_THIS_TRANSLATOR(Swallow_engraver);
15 bool
16 Swallow_engraver::do_try_request (Request*)
18 return true;