From: fred Date: Fri, 18 Oct 1996 19:46:36 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7064 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4aeb7e20e16f33b63a8def74b885bb9c2e769b6a;p=lilypond.git lilypond-0.0.4 --- diff --git a/item.hh b/item.hh index 28b6b5604c..6a3a9880d7 100644 --- a/item.hh +++ b/item.hh @@ -9,7 +9,7 @@ /// a symbol which is attached between two columns. struct Spanner { const PCol *left, *right; - Stretchable_symbol *strets; + Parametric_symbol *strets; PStaff * pstaff_; /// clone a piece of this spanner. Spanner *broken_at(const PCol *c1, const PCol *c2) const; @@ -33,7 +33,7 @@ struct Item { virtual Interval width() const; virtual Interval height() const; const PCol * col; - Output *output; + Molecule *output; PStaff *pstaff_; /** needed for knowing at which staff to output this item diff --git a/proto.hh b/proto.hh index 0721e19fd4..394f3be14b 100644 --- a/proto.hh +++ b/proto.hh @@ -1,7 +1,6 @@ #include "real.hh" -class Vector; -class Matrix; +class Parametric_symbol; class Line_of_score; class Line_of_staff; class PCol; @@ -46,6 +45,7 @@ struct Note_req; struct Lyric_req; struct Script_req; struct Rest_req; +struct Rhythmic_req; struct Chord; struct Stem_req; struct Span_req; @@ -73,4 +73,4 @@ struct Tex_stream; struct Identifier; struct Keyword; class Mixed_qp; -typedef Mixed_qp Optimisation_problem; +class Paperdef;