lilypond-1.3.19
[lilypond.git] / lily / swallow-engraver.cc
blob2a6a8c9e3107482f10a9de3d088e3bea797c838b
1 /*
2 swallow-reg.cc -- implement Swallow_engraver
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8 #include "swallow-engraver.hh"
12 ADD_THIS_TRANSLATOR(Swallow_engraver);
15 bool
16 Swallow_engraver::do_try_music (Music*)
18 return true;