From: fred Date: Mon, 4 Nov 1996 15:47:21 +0000 (+0000) Subject: lilypond-0.0.7 X-Git-Tag: release/1.5.59~6923 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c3ad34883a9bbf15e318edc656629400a137cf37;p=lilypond.git lilypond-0.0.7 --- diff --git a/line.hh b/line.hh index 3e698659e9..641ddf257d 100644 --- a/line.hh +++ b/line.hh @@ -34,11 +34,6 @@ Line_of_score { /// one broken line of staff. struct Line_of_staff { - Real height; - - /// y-pos of the baseline, measured from the top. - Real base; - PointerList brokenspans; Line_of_score const * scor; const PStaff *pstaff_; @@ -47,7 +42,7 @@ struct Line_of_staff { String TeXstring() const; Line_of_staff(Line_of_score*, PStaff *); - Real maxheight()const; + Interval height() const; }; #endif