From: fred Date: Sat, 14 Dec 1996 15:11:26 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~6581 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b6c5c008a298f18d77a7ad0f01bbdbfa770a49b2;p=lilypond.git lilypond-0.0.17 --- 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);