2 col-info.cc -- implement Colinfo
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #include "col-info.hh"
14 Colinfo::print() const
19 DOUT << "fixed at " << fixed_position()<<", ";
21 DOUT << "[" << minleft() << ", " << minright () << "]";
26 Colinfo::Colinfo (PCol *col_l, Real const *fixed_C)
29 fixpos_p_.set_l (fixed_C);
32 width = pcol_l_->width();