X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fepisema-engraver.cc;h=a62ed3726f8bd9c2269e4c8f73148dba80528d0b;hb=0c14539bc83d6bb405141b6f21430b33d1e8fcf0;hp=f8b714b1372e96594a0ff421d53e23a4dd4e33a1;hpb=e52c5d72fc45e123c8574803ba52871e6fe8a596;p=lilypond.git diff --git a/lily/episema-engraver.cc b/lily/episema-engraver.cc index f8b714b137..a62ed3726f 100644 --- a/lily/episema-engraver.cc +++ b/lily/episema-engraver.cc @@ -106,7 +106,7 @@ Episema_engraver::typeset_all () { Grob *col = (note_columns_.size () ? note_columns_.back () - : Grob::unsmob (get_property ("currentMusicalColumn"))); + : unsmob (get_property ("currentMusicalColumn"))); finished_->set_bound (RIGHT, col); } finished_ = 0; @@ -120,7 +120,7 @@ Episema_engraver::stop_translation_timestep () { Grob *col = (note_columns_.size () ? note_columns_.front () - : Grob::unsmob (get_property ("currentMusicalColumn"))); + : unsmob (get_property ("currentMusicalColumn"))); span_->set_bound (LEFT, col); }