From: fred Date: Thu, 10 Oct 1996 23:08:18 +0000 (+0000) Subject: lilypond-0.0.3 X-Git-Tag: release/1.5.59~7103 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a75079d9720b79228235947f9f1168b45c7edc4;p=lilypond.git lilypond-0.0.3 --- diff --git a/template2.cc b/template2.cc index bd9a0dcade..40cd5b9fbe 100644 --- a/template2.cc +++ b/template2.cc @@ -1,17 +1,15 @@ #include "line.hh" #include "symbol.hh" #include "voice.hh" -#include "molecule.hh" -#include "staff.hh" - - +#include "staff.hh" #include "list.cc" #include "cursor.cc" +PL_instantiate(Score_column); PL_instantiate(Staff_column); PL_instantiate(Staff); PL_instantiate(Voice_element); PL_instantiate(Voice); -L_instantiate(Atom); + diff --git a/template3.cc b/template3.cc new file mode 100644 index 0000000000..b647f18598 --- /dev/null +++ b/template3.cc @@ -0,0 +1,11 @@ +#include "request.hh" +#include "command.hh" +#include "molecule.hh" +#include "list.cc" +#include "cursor.cc" +L_instantiate(Atom); +PL_instantiate(Command); +PL_instantiate(Request); + + +