]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/scoreline.hh
release: 0.0.11
[lilypond.git] / hdr / scoreline.hh
index a8ae77a222f9315a6649787252b2db7588019625..5ebb936b1e1fec0a3fa71bd06852cd1076fd0188 100644 (file)
@@ -17,11 +17,11 @@ Line_of_score {
 
     // need to store height of each staff.
     IPointerList<Line_of_staff*> staffs;
-    const PScore * score;      // needed to generate staffs
+    PScore * pscore_;  // needed to generate staffs
 
     /****************/
     
-    Line_of_score(svec<const PCol *> sv, const PScore *);
+    Line_of_score(svec<const PCol *> sv,  PScore *);
 
     String TeXstring() const;
 
@@ -30,3 +30,4 @@ Line_of_score {
 };
 
 #endif
+