From a52986f809b113aaee4f32fe48dea34d7275d70f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 5 Nov 1996 14:51:23 +0000 Subject: [PATCH] lilypond-0.0.8 --- Sources.make | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Sources.make b/Sources.make index fcc62df96c..6e860c07d4 100644 --- a/Sources.make +++ b/Sources.make @@ -1,5 +1,5 @@ # -*- Makefile-*- -# sourcefiles to be shipped. Also for depedencies +# sourcefiles to be shipped. Also for dependencies hdr= qlp.hh linespace.hh qlpsolve.hh\ pcol.hh proto.hh pstaff.hh line.hh\ @@ -10,7 +10,8 @@ hdr= qlp.hh linespace.hh qlpsolve.hh\ misc.hh score.hh notename.hh lexer.hh symtable.hh\ symbol.hh main.hh dimen.hh paper.hh lookupsyms.hh\ sccol.hh stcol.hh scommands.hh melodicstaff.hh\ - identifier.hh simplestaff.hh spanner.hh stem.hh + identifier.hh simplestaff.hh spanner.hh stem.hh\ + notehead.hh mycc= qlp.cc qlpsolve.cc \ break.cc linespace.cc molecule.cc line.cc\ @@ -24,6 +25,6 @@ mycc= qlp.cc qlpsolve.cc \ dimen.cc paper.cc lookupsyms.cc scommands.cc\ sccol.cc stcol.cc getcommands.cc simplestaff.cc\ melodicstaff.cc simpleprint.cc stem.cc\ - spanner.cc\ + spanner.cc notehead.cc\ template1.cc template2.cc template3.cc\ version.cc \ No newline at end of file -- 2.39.5