lilypond-1.5.9
[lilypond.git] / lily / idealspacing.cc
blob90cfa1dbae38da7848f33a3eccc5bd50e20525fd
1 /*
2 idealspacing.cc -- implement Idealspacing
4 source file of the GNU LilyPond music typesetter
6 (c) 1996--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "idealspacing.hh"
10 #include "paper-column.hh"
11 #include "paper-score.hh"
12 #include "debug.hh"
15 Idealspacing::Idealspacing()
17 space_f_ = 0.0;
18 hooke_f_ = 0.0;
19 cols_drul_[LEFT] = cols_drul_[RIGHT] = -1;