]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.7
authorfred <fred>
Mon, 4 Nov 1996 15:47:21 +0000 (15:47 +0000)
committerfred <fred>
Mon, 4 Nov 1996 15:47:21 +0000 (15:47 +0000)
line.hh

diff --git a/line.hh b/line.hh
index 3e698659e9a2f24a8ec690d572771a101c8d1e20..641ddf257de84bed98a242ca1deacf6c97e3c9d9 100644 (file)
--- 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<Spanner *> 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