From 9a75079d9720b79228235947f9f1168b45c7edc4 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 10 Oct 1996 23:08:18 +0000 Subject: [PATCH] lilypond-0.0.3 --- template2.cc | 8 +++----- template3.cc | 11 +++++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 template3.cc 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); + + + -- 2.39.5