From: fred Date: Fri, 10 Oct 1997 16:00:08 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~6045 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df3f7736d1f295f303b32af5cfdb29ac942fee35;p=lilypond.git lilypond-0.1.22 --- diff --git a/lily/beam-swallow-trans.cc b/lily/beam-swallow-trans.cc new file mode 100644 index 0000000000..cf23d55088 --- /dev/null +++ b/lily/beam-swallow-trans.cc @@ -0,0 +1,15 @@ +/* + beam-swallow-trans.cc -- instantiate Beam_swallow_translator + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys + + */ + +#include "type-swallow-trans.hh" +#include "musical-request.hh" + + + +DECLARE_REQUEST_SWALLOWER(Beam_req);