From b6c5c008a298f18d77a7ad0f01bbdbfa770a49b2 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 14 Dec 1996 15:11:26 +0000 Subject: [PATCH] lilypond-0.0.17 --- src/template3.cc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/template3.cc b/src/template3.cc index d9c85526d7..be32eeceff 100644 --- a/src/template3.cc +++ b/src/template3.cc @@ -1,13 +1,18 @@ +#include "request.hh" #include "command.hh" #include "inputscore.hh" #include "inputstaff.hh" #include "inputmusic.hh" #include "inputcommand.hh" +#include "inputcommands.hh" #include "molecule.hh" #include "plist.cc" IPL_instantiate(Atom); IPL_instantiate(Command); - - +IPL_instantiate(Atom); +IPL_instantiate(Command); +IPL_instantiate(Input_command); +IPL_instantiate(Commands_at); +IPL_instantiate(Input_staff); -- 2.39.5