lilypond-1.3.74
[lilypond.git] / lily / column-x-positions.cc
blob3a56d61cce272f67bb0cc0c015ff82206b493665
1 /*
2 colhpos.cc -- implement Column_x_positions
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "column-x-positions.hh"
10 #include "real.hh"
11 #include "debug.hh"
13 Column_x_positions::Column_x_positions()
15 satisfies_constraints_b_ = false;
16 force_f_ = 0;