]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:55 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:55 +0000 (19:28 +0000)
Sources.make

index 573861e9b72e42fe8902cf32e186faad13a272c2..e4e9834da69a37c0959abe48cb3299e0f5d998c3 100644 (file)
@@ -2,7 +2,8 @@
 # sourcefiles to be shipped. Also for dependencies
 
 hdr=   accidental.hh bar.hh beam.hh boxes.hh break.hh clef.hh clefitem.hh\
-       command.hh const.hh debug.hh dimen.hh directionalspanner.hh\
+       command.hh complexwalker.hh complexstaff.hh\
+       const.hh debug.hh dimen.hh directionalspanner.hh\
        getcommand.hh glob.hh globvars.hh grouping.hh idealspacing.hh\
        identifier.hh identparent.hh inputcommand.hh inputcommands.hh\
        inputmusic.hh inputscore.hh inputstaff.hh item.hh key.hh keyitem.hh\
@@ -12,15 +13,19 @@ hdr=   accidental.hh bar.hh beam.hh boxes.hh break.hh clef.hh clefitem.hh\
        main.hh melodicstaff.hh meter.hh misc.hh\
        molecule.hh moment.hh notehead.hh notename.hh offset.hh paper.hh\
        parseconstruct.hh pcol.hh proto.hh pscore.hh pstaff.hh qlp.hh\
-       qlpsolve.hh request.hh rest.hh rhythmstaff.hh sccol.hh score.hh\
+       qlpsolve.hh register.hh request.hh rest.hh rhythmstaff.hh\
+       sccol.hh score.hh\
        scoreline.hh script.hh scriptdef.hh simplestaff.hh simplewalker.hh\
        slur.hh spanner.hh staff.hh staffcommands.hh staffelem.hh staffline.hh\
-       stcol.hh stem.hh staffwalker.hh symbol.hh symtable.hh tex.hh textdef.hh\
+       stcol.hh stem.hh staffwalker.hh symbol.hh symtable.hh\
+       tex.hh textdef.hh\
        textitem.hh textspanner.hh timedescription.hh tstream.hh voice.hh
 
 mycc=bar.cc beam.cc boxes.cc break.cc calcideal.cc clef.cc\
-       clefitem.cc command.cc debug.cc dimen.cc directionalspanner.cc\
-       getcommands.cc grouping.cc idealspacing.cc identifier.cc\
+       clefitem.cc command.cc complexstaff.cc complexwalker.cc \
+       complexmelodicstaff.cc complexprint.cc debug.cc dimen.cc\
+       directionalspanner.cc\
+       getcommands.cc grouping.cc groupregs.cc idealspacing.cc identifier.cc\
        inputcommand.cc inputcommands.cc inputmusic.cc inputscore.cc\
        inputstaff.cc item.cc key.cc keyitem.cc keyword.cc\
        leastsquares.cc lexerinit.cc linespace.cc linepstaff.cc\
@@ -29,12 +34,13 @@ mycc=bar.cc beam.cc boxes.cc break.cc calcideal.cc clef.cc\
        main.cc melodicstaff.cc meter.cc\
        misc.cc molecule.cc mylexer.cc note.cc notehead.cc notename.cc\
        paper.cc pcol.cc pscore.cc pstaff.cc qlp.cc qlpsolve.cc\
-       request.cc rest.cc rhythmstaff.cc sccol.cc score.cc\
+       register.cc request.cc rest.cc rhythmstaff.cc sccol.cc score.cc\
        scoreline.cc scores.cc script.cc scriptdef.cc simpleprint.cc\
        simplestaff.cc simplewalker.cc slur.cc spanner.cc staff.cc\
        staffcommands.cc staffelem.cc staffline.cc stcol.cc stem.cc\
        staffwalker.cc symbol.cc symtable.cc table.cc tex.cc texbeam.cc\
        texslur.cc textdef.cc textitem.cc textspanner.cc\
-       timedescription.cc tstream.cc voice.cc warn.cc wordwrap.cc\
+       timedescription.cc tstream.cc voice.cc voiceregs.cc voicegroup.cc\
+       warn.cc wordwrap.cc\
        template1.cc template2.cc template3.cc template4.cc\
-       template5.cc version.cc
\ No newline at end of file
+       template5.cc template6.cc version.cc
\ No newline at end of file