Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / column-x-positions.hh
bloba562235f9eb301718288802763aa4cc5d59265bf
1 /*
2 column-x-positions.hh -- part of GNU LilyPond
4 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
5 */
7 #ifndef COLUMN_X_POSITIONS_HH
8 #define COLUMN_X_POSITIONS_HH
10 #include "std-vector.hh"
11 #include "lily-proto.hh"
13 struct Column_x_positions
15 vector<Grob*> cols_;
16 vector<Grob*> loose_cols_;
18 vector<Real> config_;
19 Real force_;
20 bool satisfies_constraints_;
22 Column_x_positions ();
25 #endif // COLUMN_X_POSITIONS_HH