1 #include "scoreline.hh"
2 #include "staffline.hh"
6 #include "paper-def.hh"
12 Line_of_score::TeXstring() const
14 String
s("\\vbox{%<- line of score\n");
15 for (iter_top(staffs
,sc
); sc
.ok(); sc
++){
18 s
+= "\\interstaffline\n";
25 Line_of_score::Line_of_score(Array
<PCol
*> sv
,
29 for (int i
=0; i
< sv
.size(); i
++) {
30 PCol
*p
=(PCol
*) sv
[i
];
35 for (iter_top(pscore_l_
->staffs
,sc
); sc
.ok(); sc
++)
36 staffs
.bottom().add(new Line_of_staff(this, sc
));
38 /* construct a line with the named columns. Make the line field
39 in each column point to this
41 #sv# isn't really const!!
46 Line_of_score::process()
48 for (iter_top(staffs
,i
); i
.ok(); i
++)