]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Fri, 10 Oct 1997 16:00:08 +0000 (16:00 +0000)
committerfred <fred>
Fri, 10 Oct 1997 16:00:08 +0000 (16:00 +0000)
lily/beam-swallow-trans.cc [new file with mode: 0644]

diff --git a/lily/beam-swallow-trans.cc b/lily/beam-swallow-trans.cc
new file mode 100644 (file)
index 0000000..cf23d55
--- /dev/null
@@ -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 <hanwen@stack.nl>
+  
+ */
+
+#include "type-swallow-trans.hh"
+#include "musical-request.hh"
+
+
+
+DECLARE_REQUEST_SWALLOWER(Beam_req);