]> git.donarmstrong.com Git - lilypond.git/blob - lily/idealspacing.cc
release: 1.3.53
[lilypond.git] / lily / idealspacing.cc
1 /*
2   idealspacing.cc -- implement Idealspacing
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1996--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "idealspacing.hh"
10 #include "paper-column.hh"
11 #include "paper-score.hh"
12 #include "debug.hh"
13
14
15 Idealspacing::Idealspacing()
16 {
17   space_f_ = 0.0;
18   hooke_f_ = 0.0;
19   cols_drul_[LEFT] = cols_drul_[RIGHT] = -1;
20 }