]> git.donarmstrong.com Git - lilypond.git/blob - lily/swallow-engraver.cc
patch::: 1.3.18.jcn1
[lilypond.git] / lily / swallow-engraver.cc
1 /*
2   swallow-reg.cc -- implement Swallow_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "swallow-engraver.hh"
10
11 ADD_THIS_TRANSLATOR (Swallow_engraver);
12
13 bool
14 Swallow_engraver::do_try_music (Music*) 
15 {
16   return true;
17 }