From 8dbc53959463ef930c59ddd5cde31f5f996122ab Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 10 Oct 1996 22:34:27 +0000 Subject: [PATCH] lilypond-0.0.3 --- template1.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 template1.cc diff --git a/template1.cc b/template1.cc new file mode 100644 index 0000000000..908de8d4e1 --- /dev/null +++ b/template1.cc @@ -0,0 +1,20 @@ +#include "line.hh" + +#include "list.hh" +#include "cols.hh" +#include "item.hh" +#include "request.hh" +#include "command.hh" + +#include "list.cc" +#include "cursor.cc" + + +PL_instantiate(Line_of_score); +PL_instantiate(Line_of_staff); +PL_instantiate(Item); +PL_instantiate(Spanner); +PL_instantiate(PStaff); +PL_instantiate(Idealspacing); +PL_instantiate(PCol); + -- 2.39.5