From 9a4cceaef68f0cbc3ea95c4f604cb01cba5477cf Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:26:52 +0000 Subject: [PATCH] lilypond-0.0.19 --- Sources.make | 3 ++- hdr/stcol.hh | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Sources.make b/Sources.make index 4545a011b2..53977c778b 100644 --- a/Sources.make +++ b/Sources.make @@ -17,11 +17,12 @@ hdr= qlp.hh linespace.hh qlpsolve.hh\ clef.hh clefitem.hh slur.hh inputcommands.hh\ getcommand.hh inputmusic.hh \ inputscore.hh inputstaff.hh identparent.hh\ - inputcommand.hh grouping.hh + inputcommand.hh grouping.hh moment.hh mycc= qlp.cc qlpsolve.cc leastsquares.cc\ inputcommands.cc inputmusic.cc \ inputscore.cc inputstaff.cc\ + moment.cc\ break.cc linespace.cc molecule.cc staffline.cc\ pscore.cc tex.cc item.cc pcol.cc staff.cc \ rhythmstaff.cc score.cc note.cc main.cc misc.cc\ diff --git a/hdr/stcol.hh b/hdr/stcol.hh index a620f8795d..823e9e9126 100644 --- a/hdr/stcol.hh +++ b/hdr/stcol.hh @@ -18,8 +18,10 @@ struct Staff_column { svec v_elts; /// idem - svec s_commands; + Staff_commands_at *s_commands; + Moment *moment_; + /****************/ Staff_column(Score_column*s); @@ -33,7 +35,7 @@ struct Staff_column { virtual void process_requests()=0; - virtual ~Staff_column() { } + virtual ~Staff_column(); }; -- 2.39.5