]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.11
authorfred <fred>
Sun, 24 Nov 1996 23:19:38 +0000 (23:19 +0000)
committerfred <fred>
Sun, 24 Nov 1996 23:19:38 +0000 (23:19 +0000)
Sources.make
src/template1.cc
src/template2.cc
src/template3.cc
src/template4.cc [new file with mode: 0644]

index 61c32fa41c6551d604e6a2c63ac516653f65d492..c4d585bc6a917c9fc394175b8d8a9c9a60975d09 100644 (file)
@@ -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
index e2bae216b66cdb790636b94fc61deb9698f4990e..64834ea93e1c373a4e467444d6bf3a0730eae8cf 100644 (file)
@@ -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)
 
index a4ce99da1fac3421f17a24d02d97a332e78071d2..23e6aae20027b972cadd0e9677eb59c9d1391e70 100644 (file)
@@ -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);
index 00425941557697c1d7b088e5dc99d2c61eabb24f..a457b6afbbf84fd7c4fe528e3c6001298f9db64e 100644 (file)
@@ -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 (file)
index 0000000..e409a9b
--- /dev/null
@@ -0,0 +1,4 @@
+#include "list.cc"
+#include "cursor.cc"
+
+L_instantiate(void *);