From 4cb842c0f9ddc836e1437d131c245ab2f1d15139 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Nov 1996 23:19:38 +0000 Subject: [PATCH] lilypond-0.0.11 --- Sources.make | 6 +++--- src/template1.cc | 4 ++-- src/template2.cc | 3 +-- src/template3.cc | 5 ++--- src/template4.cc | 4 ++++ 5 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 src/template4.cc diff --git a/Sources.make b/Sources.make index 61c32fa41c..c4d585bc6a 100644 --- a/Sources.make +++ b/Sources.make @@ -14,7 +14,7 @@ hdr= qlp.hh linespace.hh qlpsolve.hh\ notehead.hh leastsquares.hh beam.hh rest.hh\ swalker.hh bar.hh meter.hh accidental.hh\ key.hh keyitem.hh localkeyitem.hh simplewalker.hh\ - clef.hh clefitem.hh + clef.hh clefitem.hh slur.hh mycc= qlp.cc qlpsolve.cc \ break.cc linespace.cc molecule.cc staffline.cc\ @@ -32,6 +32,6 @@ mycc= qlp.cc qlpsolve.cc \ texbeam.cc rest.cc swalker.cc scoreline.cc\ simplewalker.cc bar.cc meter.cc accidental.cc\ key.cc keyitem.cc localkeyitem.cc\ - clef.cc clefitem.cc\ - template1.cc template2.cc template3.cc\ + clef.cc clefitem.cc texslur.cc slur.cc\ + template1.cc template2.cc template3.cc template4.cc\ version.cc diff --git a/src/template1.cc b/src/template1.cc index e2bae216b6..64834ea93e 100644 --- a/src/template1.cc +++ b/src/template1.cc @@ -8,9 +8,9 @@ #include "scoreline.hh" #include "staffline.hh" -#include "list.cc" + #include "plist.cc" -#include "cursor.cc" + #define IPLC_instantiate(a) IPL_instantiate(a); PL_instantiate(const a) diff --git a/src/template2.cc b/src/template2.cc index a4ce99da1f..23e6aae200 100644 --- a/src/template2.cc +++ b/src/template2.cc @@ -7,9 +7,8 @@ #include "stcol.hh" #include "spanner.hh" -#include "list.cc" #include "plist.cc" -#include "cursor.cc" + IPL_instantiate(Score_column); IPL_instantiate(Staff_column); diff --git a/src/template3.cc b/src/template3.cc index 0042594155..a457b6afbb 100644 --- a/src/template3.cc +++ b/src/template3.cc @@ -1,11 +1,10 @@ #include "request.hh" #include "command.hh" #include "molecule.hh" -#include "list.cc" #include "plist.cc" -#include "cursor.cc" + IPL_instantiate(Atom); IPL_instantiate(Command); IPL_instantiate(Request); -L_instantiate(void*); + diff --git a/src/template4.cc b/src/template4.cc new file mode 100644 index 0000000000..e409a9bd66 --- /dev/null +++ b/src/template4.cc @@ -0,0 +1,4 @@ +#include "list.cc" +#include "cursor.cc" + +L_instantiate(void *); -- 2.39.5