]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Sun, 24 Mar 2002 19:27:19 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:19 +0000 (19:27 +0000)
Sources.make
hdr/proto.hh

index a04e3dd03c858316b908a46df354e83225a04329..f274a9ebcd227a86b493f979345ee73493917d76 100644 (file)
@@ -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
index c20d981f151f5bbf132e885a164aed67d0599854..b11ca6c59f87730ca2a8d4afd3dd7c3e5ae25630 100644 (file)
@@ -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