2 idealspacing.hh -- part of GNU LilyPond
4 (c) 1996--2000 Han-Wen Nienhuys
7 #ifndef IDEALSPACING_HH
8 #define IDEALSPACING_HH
9 #include "lily-proto.hh"
10 #include "drul-array.hh"
12 /// ideal spacing between two columns
15 /// the ideal distance
18 /// Hooke's constant: how strong are the "springs" attached to columns
22 Drul_array
<int> cols_drul_
;
28 #endif // IDEALSPACING_HH