]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-info.hh
release: 1.3.65
[lilypond.git] / lily / include / staff-info.hh
index 4873da6b490be60952ce11ad4b66dae3b6707041..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,35 +0,0 @@
-/*
-  staff-info.hh -- declare 
-
-  source file of the LilyPond music typesetter
-
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
-*/
-
-
-#ifndef STAFF_INFO_HH
-#define STAFF_INFO_HH
-
-/// struct to pass staff info along a Request_register hierarchy.
-struct Staff_info {
-    int *c0_position_i_l_;
-    Staff_walker *walk_l_;
-    
-    
-    /// when is now?
-    Time_description const *time_C_;
-    Rhythmic_grouping const *rhythmic_C_;
-    bool break_allowed_b_;
-
-    Moment when();
-    Staff * staff_l();
-    Score *score_l();
-    PCol * command_pcol_l();
-    PCol * musical_pcol_l();
-    Staff_column *column_l();
-    Score_column *musical_l();
-    Score_column *command_l();
-    Staff_info();
-};
-
-#endif // STAFF_INFO_HH