}
Moment delta_desired = j->when() - (d+i->when());
dist += paper_p_->duration_to_dist(delta_desired);
-
+ if (!j->musical_b())
+ dist += 1 PT; // ugh
pscore_p_->connect(i->pcol_l_, j->pcol_l_, dist, strength);
}
} else if (j.ok()) {
}
if (stem_req_l_) {
- stem_p_ = new Stem(4);
+ stem_p_ = new Stem(10);
if (current_grouping)
current_grouping->add_child(
get_staff_info().time_C_->whole_in_measure_,
// ugh... how about non 5-line staffs?
if ((max_head_i() < -2 && dir_i_ == 1 )
- ||(min_head_i() > staff_size_i_ + 2 && dir_i_ == -1) ){
+ ||(min_head_i() > staff_size_i_ && dir_i_ == -1) ){
set_stemend( staff_size_i_ /2 );
} else {
set_stemend( (dir_i_ > 0) ? max_head_i() + STEMLEN :