]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/scoreline.hh
release: 0.0.22
[lilypond.git] / hdr / scoreline.hh
index 5734a7b4b458b4c396f242c661eac7f708686103..233496932a9926f27e78df3506681b3cfc038eaf 100644 (file)
@@ -8,7 +8,7 @@
 #define SCORELINE_HH
 #include "plist.hh"
 #include "proto.hh"
-#include "vray.hh"
+#include "varray.hh"
 
 /// the columns of a score that form one line.
 struct
@@ -17,11 +17,11 @@ Line_of_score {
 
     // need to store height of each staff.
     IPointerList<Line_of_staff*> staffs;
-    PScore * pscore_;  // needed to generate staffs
+    PScore * pscore_l_;        // needed to generate staffs
 
     /****************/
     void process() ;
-    Line_of_score(svec<PCol *> sv,  PScore *);
+    Line_of_score(Array<PCol *> sv,  PScore *);
 
     String TeXstring() const;