From: fred Date: Thu, 10 Oct 1996 22:34:27 +0000 (+0000) Subject: lilypond-0.0.3 X-Git-Tag: release/1.5.59~7105 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8dbc53959463ef930c59ddd5cde31f5f996122ab;p=lilypond.git lilypond-0.0.3 --- 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); +