X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=hdr%2Fscoreline.hh;h=233496932a9926f27e78df3506681b3cfc038eaf;hb=c8374706587ab2ba89c9355efb0d926ae9a9eaef;hp=5734a7b4b458b4c396f242c661eac7f708686103;hpb=1ff9a8dbb150839392b2a3a3bf33a90db2db5464;p=lilypond.git diff --git a/hdr/scoreline.hh b/hdr/scoreline.hh index 5734a7b4b4..233496932a 100644 --- a/hdr/scoreline.hh +++ b/hdr/scoreline.hh @@ -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 staffs; - PScore * pscore_; // needed to generate staffs + PScore * pscore_l_; // needed to generate staffs /****************/ void process() ; - Line_of_score(svec sv, PScore *); + Line_of_score(Array sv, PScore *); String TeXstring() const;