X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=hdr%2Fscoreline.hh;h=5ebb936b1e1fec0a3fa71bd06852cd1076fd0188;hb=b669f94707fdf46934e3d1df471158f2e650d0e3;hp=a8ae77a222f9315a6649787252b2db7588019625;hpb=ef080c0db8581b808d8436182362c3d34d7bf7a5;p=lilypond.git diff --git a/hdr/scoreline.hh b/hdr/scoreline.hh index a8ae77a222..5ebb936b1e 100644 --- a/hdr/scoreline.hh +++ b/hdr/scoreline.hh @@ -17,11 +17,11 @@ Line_of_score { // need to store height of each staff. IPointerList staffs; - const PScore * score; // needed to generate staffs + PScore * pscore_; // needed to generate staffs /****************/ - Line_of_score(svec sv, const PScore *); + Line_of_score(svec sv, PScore *); String TeXstring() const; @@ -30,3 +30,4 @@ Line_of_score { }; #endif +