]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-info.hh
release: 1.0.1
[lilypond.git] / lily / include / staff-info.hh
index 9f03ca73d5181096d4c6714d017118aea7efcb47..8e68983dbe4e256547bc0694c567858c2a4566de 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,7 +14,6 @@
 
 /// struct to pass staff info along a Engraver hierarchy.
 struct Staff_info {
-    int *c0_position_i_l_;
     Staff_symbol*staff_sym_l_;
     
     Time_description const *time_C_;
@@ -22,8 +21,6 @@ struct Staff_info {
     Score_column *musical_l_;
     Score_column *command_l_;
 
-    ///
-    bool break_allowed_b_;
     Score * score_l_;
     Score *score_l();
     Paper_column * command_pcol_l();