]> git.donarmstrong.com Git - lilypond.git/blob - lily/plet-swallow-engraver.cc
3144ebc37daaedc4e153aa29bce7717ec8524cae
[lilypond.git] / lily / plet-swallow-engraver.cc
1 /*
2   plet-swallow-engraver.cc -- implement Plet_swallow_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "musical-request.hh"
10 #include "plet-swallow-engraver.hh"
11
12
13 ADD_THIS_TRANSLATOR(Plet_swallow_engraver);
14
15 bool
16 Plet_swallow_engraver::do_try_music (Music* req_l)
17 {
18   return dynamic_cast<Plet_req *> (req_l);
19 }