if ( new_cresc_p ) {
cresc_p_ = new_cresc_p;
- cresc_p_->left_col_l_ = get_staff_info().musical_l()->pcol_l_;
+ cresc_p_->left_col_l_ = get_staff_info().musical_l();
if (dynamic_p_) {
cresc_p_->left_dyn_b_ = true;
}
if (dynamic_p_)
to_end_cresc_p_->right_dyn_b_=true;
- to_end_cresc_p_->right_col_l_ = get_staff_info().musical_l()->pcol_l_;
+ to_end_cresc_p_->right_col_l_ = get_staff_info().musical_l();
to_end_cresc_p_->set_staffsym(s_l);
typeset_element(to_end_cresc_p_);
to_end_cresc_p_ = 0;
{
return command_l_;
}
+
PCol*
Staff_info::command_pcol_l()
{
- return command_l()->pcol_l_;
+ return command_l();
}
+
PCol*
Staff_info::musical_pcol_l()
{
- return musical_l()->pcol_l_;
+ return musical_l();
}
Moment