From 03cf3b25c74fb83cfc16baf87ea25455aa656722 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:27:19 +0000 Subject: [PATCH] lilypond-0.0.21 --- Sources.make | 10 ++++++---- hdr/proto.hh | 6 +++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Sources.make b/Sources.make index a04e3dd03c..f274a9ebcd 100644 --- a/Sources.make +++ b/Sources.make @@ -18,8 +18,9 @@ hdr= qlp.hh linespace.hh qlpsolve.hh\ clef.hh clefitem.hh inputcommands.hh\ getcommand.hh inputmusic.hh timedescription.hh\ inputscore.hh inputstaff.hh identparent.hh\ - inputcommand.hh grouping.hh moment.hh offset.hh - + inputcommand.hh grouping.hh moment.hh offset.hh\ + staffelem.hh idealspacing.hh break.hh\ + scriptdef.hh script.hh textdef.hh textitem.hh mycc= qlp.cc qlpsolve.cc leastsquares.cc\ inputcommands.cc inputmusic.cc \ @@ -40,10 +41,11 @@ mycc= qlp.cc qlpsolve.cc leastsquares.cc\ notehead.cc stem.cc \ rest.cc bar.cc meter.cc keyitem.cc localkeyitem.cc clefitem.cc\ swalker.cc scoreline.cc\ - simplewalker.cc\ + simplewalker.cc scriptdef.cc script.cc\ texbeam.cc texslur.cc clef.cc key.cc slur.cc beam.cc\ idealspacing.cc grouping.cc identifier.cc\ - lexerinit.cc mylexer.cc\ + lexerinit.cc mylexer.cc textdef.cc textitem.cc\ + staffelem.cc wordwrap.cc\ template1.cc template2.cc template3.cc template4.cc\ template5.cc\ version.cc diff --git a/hdr/proto.hh b/hdr/proto.hh index c20d981f15..b11ca6c59f 100644 --- a/hdr/proto.hh +++ b/hdr/proto.hh @@ -65,6 +65,7 @@ struct Slur_req; struct Span_req; struct Spanner; struct Staff; +struct Col_configuration; struct Staff_column; struct Stem; struct Stem_req; @@ -95,5 +96,8 @@ struct Rhythmic_grouping; struct Staff_commands_at ; struct Commands_at ; struct Time_description; - +struct Script_def; +struct Text_def; +struct Text_req; +struct Melodic_req; #endif // PROTO_HH -- 2.39.5