2 spring.cc -- implement Spring
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "paper-column.hh"
17 item_l_drul_
[LEFT
] =item_l_drul_
[RIGHT
] =0;
23 Spring::add_to_cols ()
25 item_l_drul_
[LEFT
]->column_l ()->add_spring (item_l_drul_
[RIGHT
]->column_l (), distance_f_
, strength_f_
);
29 Column_spring::Column_spring ()