2 spring.hh -- declare Spring, Column_spring
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
12 #include "lily-proto.hh"
20 Real inverse_strength_;
22 DECLARE_SIMPLE_SMOBS (Spring_smob);
26 DECLARE_UNSMOB (Spring_smob, spring);
30 Drul_array<Item *> item_drul_;
35 TODO: make 2 strengths: one for stretching, and one for shrinking.
37 Real inverse_strength_;
43 #endif /* SPRING_HH */