]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/staffline.hh
release: 0.0.23
[lilypond.git] / hdr / staffline.hh
index 12d30c376430a74429a83de88391c315c6b7cd85..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,15 +9,15 @@
 
 #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 {
 
-    Line_of_score  * line_of_score_;
-    PStaff *pstaff_;
+    Line_of_score  * line_of_score_l_;
+    PStaff *pstaff_l_;
 
     /****************/