From df3f7736d1f295f303b32af5cfdb29ac942fee35 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 10 Oct 1997 16:00:08 +0000 Subject: [PATCH] lilypond-0.1.22 --- lily/beam-swallow-trans.cc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lily/beam-swallow-trans.cc 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); -- 2.39.5