From: fred Date: Fri, 1 Nov 1996 15:41:31 +0000 (+0000) Subject: lilypond-0.0.9 X-Git-Tag: release/1.5.59~6971 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f1f458f7596e1c1ebc26b9d5a24cb637f9e1383;p=lilypond.git lilypond-0.0.9 --- diff --git a/src/template3.cc b/src/template3.cc new file mode 100644 index 0000000000..92921bb29a --- /dev/null +++ b/src/template3.cc @@ -0,0 +1,12 @@ +#include "request.hh" +#include "command.hh" +#include "molecule.hh" +#include "list.cc" +#include "plist.cc" +#include "cursor.cc" +PL_instantiate(Atom); +PL_instantiate(Command); +PL_instantiate(Request); + + +