From b92e4b0e8bcf1f59cbd3744bc99c50b94f0b8fa2 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 13 Sep 1996 11:46:43 +0000 Subject: [PATCH] lilypond-0.0.1 --- template.cc | 26 ++++++++++++++++++++++++++ template2.cc | 16 ++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 template.cc create mode 100644 template2.cc diff --git a/template.cc b/template.cc new file mode 100644 index 0000000000..6d45473c1f --- /dev/null +++ b/template.cc @@ -0,0 +1,26 @@ +#include "line.hh" + +#include "list.hh" +#include "cols.hh" +#include "item.hh" +#include "request.hh" +#include "score.hh" +#include "command.hh" +#include "staff.hh" + +#include "list.cc" +#include "cursor.cc" + + +PL_instantiate(Line_of_staff); +PL_instantiate(Item); +PL_instantiate(Line_of_score); +PL_instantiate(Request); +PL_instantiate(Spanner); +PL_instantiate(PStaff); +PL_instantiate(Idealspacing); +PL_instantiate(PCol); +PL_instantiate(Command); +PL_instantiate(Score_column); + + diff --git a/template2.cc b/template2.cc new file mode 100644 index 0000000000..21e24f06c7 --- /dev/null +++ b/template2.cc @@ -0,0 +1,16 @@ +#include "line.hh" +#include "voice.hh" +#include "molecule.hh" +#include "staff.hh" + + + + +#include "list.cc" +#include "cursor.cc" +PL_instantiate(Staff_column); +PL_instantiate(Staff); +PL_instantiate(Voice_element); +PL_instantiate(Voice); +L_instantiate(Atom); + -- 2.39.5