]> git.donarmstrong.com Git - lilypond.git/blob - lily/swallow-grav.cc
release: 0.0.72pre
[lilypond.git] / lily / swallow-grav.cc
1 /*
2   swallow-reg.cc -- implement Swallow_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8 #include "swallow-grav.hh"
9
10 IMPLEMENT_STATIC_NAME(Swallow_engraver);
11 IMPLEMENT_IS_TYPE_B1(Swallow_engraver,Request_engraver);
12 ADD_THIS_ENGRAVER(Swallow_engraver);
13
14
15 bool
16 Swallow_engraver::do_try_request(Request*) 
17 {
18     return true;
19 }