From c3ad34883a9bbf15e318edc656629400a137cf37 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 4 Nov 1996 15:47:21 +0000 Subject: [PATCH] lilypond-0.0.7 --- line.hh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.39.5