]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-info.hh
release: 1.3.65
[lilypond.git] / lily / include / staff-info.hh
index 72ec7831da917f3e8e7b1f0a31cf3261e8a38ca1..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,30 +0,0 @@
-/*
-  staff-info.hh -- declare Staff_info
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef STAFF_INFO_HH
-#define STAFF_INFO_HH
-
-#include "lily-proto.hh"
-
-/** struct to pass staff info along a Engraver hierarchy.
-
-    JUNKME.
- */
-struct Staff_info {
-  Time_description const *time_C_;
-  Rhythmic_grouping const *rhythmic_C_;
-  Score_column *musical_l_;
-  Score_column *command_l_;
-
-  Paper_column * command_pcol_l();
-  Paper_column * musical_pcol_l();
-  Staff_info();
-};
-
-#endif // STAFF_INFO_HH