2 column-x-positions.hh -- part of GNU LilyPond
4 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 #ifndef COLUMN_X_POSITIONS_HH
8 #define COLUMN_X_POSITIONS_HH
11 #include "lily-proto.hh"
14 struct Column_x_positions
16 Link_array<Grob> cols_;
17 Link_array<Grob> loose_cols_;
21 bool satisfies_constraints_b_;
23 Column_x_positions ();
27 #endif // COLUMN_X_POSITIONS_HH