2 scoreline.hh -- part of LilyPond
4 (c) 1996,97 Han-Wen Nienhuys
13 /// the columns of a score that form one line.
16 PointerList
<PCol
*> cols
;
18 // need to store height of each staff.
19 IPointerList
<Line_of_staff
*> staffs
;
20 PScore
* pscore_l_
; // needed to generate staffs
24 Line_of_score(Array
<PCol
*> sv
, PScore
*);
26 String
TeXstring() const;
28 // is #c# contained in #*this#?
29 bool element(const PCol
*c
);