2 spring.cc -- implement Spring
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "spaceable-element.hh"
14 #include "paper-column.hh"
18 item_l_drul_
[LEFT
] =item_l_drul_
[RIGHT
] =0;
24 Spring::add_to_cols ()
26 Spaceable_grob::add_spring (item_l_drul_
[LEFT
]->column_l (),
27 item_l_drul_
[RIGHT
]->column_l (),
28 distance_f_
, strength_f_
);
32 Column_spring::Column_spring ()