]> git.donarmstrong.com Git - lilypond.git/blob - lily/column-x-positions.cc
Run `make grand-replace'.
[lilypond.git] / lily / column-x-positions.cc
1 /*
2   column-x-positions.cc -- implement Column_x_positions
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #include "column-x-positions.hh"
10
11 Column_x_positions::Column_x_positions ()
12 {
13   satisfies_constraints_ = true;
14   force_ = 0;
15 }