lilypond-1.3.28
[lilypond.git] / lily / column-x-positions.cc
blob080c178ce027c32257b483e0fbae9f48aacc4f4b
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 energy_f_ = infinity_f;
16 satisfies_constraints_b_ = false;
17 force_f_ = 0;