2 idealspacing.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
7 #ifndef IDEALSPACING_HH
8 #define IDEALSPACING_HH
11 /// ideal spacing between two columns
14 /// the ideal distance
17 /// Hooke's constant: how strong are the "springs" attached to columns
21 const PCol
*left
, *right
;
25 Idealspacing(const PCol
*left
,const PCol
*right
);
29 #endif // IDEALSPACING_HH