]> git.donarmstrong.com Git - lilypond.git/blob - lily/column-x-positions.cc
Imported sources
[lilypond.git] / lily / column-x-positions.cc
1 /*
2   colhpos.cc -- implement Column_x_positions
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "column-x-positions.hh"
10 #include "real.hh"
11
12
13 Column_x_positions::Column_x_positions ()
14 {
15   satisfies_constraints_b_ = false;
16   force_ = 0;
17 }
18
19
20
21
22
23
24
25
26