]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staffeleminfo.hh
release: 0.0.67
[lilypond.git] / lily / include / staffeleminfo.hh
index b8af8aeb222d7e99586ff4e7cab91f4b0ff991dd..8eb28bc235cf2efb15cad82809f8eed9f3313208 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  staffeleminfo.hh -- declare Staff_elem_info
+  staffeleminfo.hh -- declare Score_elem_info
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 #ifndef STAFFELEMINFO_HH
 #define STAFFELEMINFO_HH
 
-#include "proto.hh"
+#include "lily-proto.hh"
 
 /// data container.
-struct Staff_elem_info {
-    Staff_elem * elem_p_;
+struct Score_elem_info {
+    Score_elem * elem_p_;
     Request*req_l_;
-    const Voice * voice_l_;
+    Voice const * voice_l_;
     Voice_group_registers * group_regs_l_; 
     Request_register * origin_reg_l_;
 
     /* *** */
-    Staff_elem_info(Staff_elem*, Request*, Request_register*);
-    Staff_elem_info();
+    Score_elem_info(Score_elem*, Request*, Request_register*);
+    Score_elem_info();
 };
 
 #endif // STAFFELEMINFO_HH