for (int i=0; i < sc->durations.sz(); i++) {
Real d = sc->durations[i];
Real dist = paper_->duration_to_dist(d);
- PCol * c2 = find_col(sc->when + d,true)->pcol;
- connect_nonmus(sc->pcol, c2, dist);
- c2 = find_col(sc->when + d,false)->pcol;
- connect_nonmus(sc->pcol, c2, dist);
+ PCol * c2 = find_col(sc->when + d,true)->pcol_;
+ connect_nonmus(sc->pcol_, c2, dist);
+ c2 = find_col(sc->when + d,false)->pcol_;
+ connect_nonmus(sc->pcol_, c2, dist);
}
else if (sc->used()) { // ignore empty columns
- PCol * c2 = find_col(sc->when,true)->pcol;
- connect_nonmus(sc->pcol,c2,0.0);
+ PCol * c2 = find_col(sc->when,true)->pcol_;
+ connect_nonmus(sc->pcol_, c2, 0.0);
}
}
}
sc->clean_cols();
for (PCursor<Score_column*> c(cols_); c.ok(); ) {
- if (!c->pcol->used) {
+ if (!c->pcol_->used) {
mtor << "removing : ";
c->print();
c.del();
{
PCursor<Score_column*> sc(cols_);
for (; sc.ok(); sc++) {
- pscore_->add(sc->pcol);
+ pscore_->add(sc->pcol_);
}
}
Real