]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/plet-swallow-engraver.hh
8dd6affd4ea2fadb9948b984924f57237d8eb848
[lilypond.git] / lily / include / plet-swallow-engraver.hh
1 /*
2   plet-swallow-engraver.hh -- declare Swallow_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef PLET_SWALLOW_ENGRAVER_HH
11 #define PLET_SWALLOW_ENGRAVER_HH
12
13 #include "swallow-grav.hh"
14
15 /**
16   This engraver swallows plets silently.
17  */
18 class Plet_swallow_engraver : public Swallow_engraver 
19 {
20 public:
21   TRANSLATOR_CLONE(Plet_swallow_engraver);
22   DECLARE_MY_RUNTIME_TYPEINFO;
23
24 protected:
25   virtual bool do_try_request (Request*);
26 };
27
28 #endif // PLET_SWALLOW_ENGRAVER_HH