]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-info.hh
release: 1.3.18
[lilypond.git] / lily / include / staff-info.hh
index d4d755547b03a8cd3bbfb48854931713236931f0..bc544d0d03dd9209df7bf6bfdafa01d6a37f0d7d 100644 (file)
 
 #include "lily-proto.hh"
 
-/// struct to pass staff info along a Engraver hierarchy.
+/** struct to pass staff info along a Engraver hierarchy.
+
+    JUNKME.
+ */
 struct Staff_info {
-    Staff_symbol*staff_sym_l_;
-    
-    Time_description const *time_C_;
-    Rhythmic_grouping const *rhythmic_C_;
-    Score_column *musical_l_;
-    Score_column *command_l_;
-
-    Score * score_l_;
-    Score *score_l();
-    Paper_column * command_pcol_l();
-    Score_column* musical_l();
-    Score_column *command_l();
-    Paper_column * musical_pcol_l();
-    Staff_info();
+  Paper_column *musical_l_;
+  Paper_column *command_l_;
+
+  Paper_column * command_pcol_l();
+  Paper_column * musical_pcol_l();
+  Staff_info();
 };
 
 #endif // STAFF_INFO_HH