X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fepisema-engraver.cc;h=4c60b2d9dbe145791dcfdf9064c7e47332a84515;hb=dd0a17d22eafb4551e849607ded6179e8e95fa57;hp=bcb48f53fa465b8f215b0644f4e1c91e233eac91;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/lily/episema-engraver.cc b/lily/episema-engraver.cc index bcb48f53fa..4c60b2d9db 100644 --- a/lily/episema-engraver.cc +++ b/lily/episema-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2010--2011 Neil Puttock + Copyright (C) 2010--2014 Neil Puttock LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -106,7 +106,7 @@ Episema_engraver::typeset_all () { Grob *col = (note_columns_.size () ? note_columns_.back () - : unsmob_grob (get_property ("currentMusicalColumn"))); + : Grob::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 () - : unsmob_grob (get_property ("currentMusicalColumn"))); + : Grob::unsmob (get_property ("currentMusicalColumn"))); span_->set_bound (LEFT, col); }