]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/staffline.hh
release: 0.0.23
[lilypond.git] / hdr / staffline.hh
index a04078923ccea4c89381a80686e858011c76073d..e08aabd17ee1c79c44d6227ca014a8e15cd747c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   staffline.hh --     horizontal structures for broken scores.
 
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,97 Han-Wen Nienhuys
 */
 
 #ifndef STAFFLINE_HH
@@ -9,21 +9,22 @@
 
 #include "real.hh"
 #include "plist.hh"
-#include "vray.hh"
+#include "varray.hh"
 #include "glob.hh"
 #include "pstaff.hh"
 
 /// one broken line of staff.
 struct Line_of_staff {
-    PointerList<Spanner *> brokenspans;    
-    Line_of_score const * scor;
-    const PStaff *pstaff_;
+
+    Line_of_score  * line_of_score_l_;
+    PStaff *pstaff_l_;
 
     /****************/
     
     String TeXstring() const;
     Line_of_staff(Line_of_score*, PStaff *);
     Interval height() const;
+    void process();
 };
 
 #endif