From: fred Date: Fri, 13 Sep 1996 11:46:43 +0000 (+0000) Subject: lilypond-0.0.1 X-Git-Tag: release/1.5.59~7200 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b92e4b0e8bcf1f59cbd3744bc99c50b94f0b8fa2;p=lilypond.git lilypond-0.0.1 --- 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); +