From: fred Date: Sun, 24 Mar 2002 19:28:55 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5551 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9134c407f62e3fbb584eb76ad25e061482d146af;p=lilypond.git lilypond-0.0.26 --- diff --git a/Sources.make b/Sources.make index 573861e9b7..e4e9834da6 100644 --- a/Sources.make +++ b/Sources.make @@ -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