X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmusic-wrapper.cc;h=1785b386d4d688d0520ef34c8c62db3b2205364b;hb=59ed0cee2aae58a3f0483f21261c68aee406fa10;hp=b6f6618e7998b91254187061385f6a1e91089188;hpb=5626b34b525c4979eec5e9461a4560d9cdd5b36d;p=lilypond.git diff --git a/lily/music-wrapper.cc b/lily/music-wrapper.cc index b6f6618e79..1785b386d4 100644 --- a/lily/music-wrapper.cc +++ b/lily/music-wrapper.cc @@ -44,8 +44,8 @@ Music_wrapper::Music_wrapper(Music*p) IMPLEMENT_IS_TYPE_B1 (Music_wrapper, Music); -MInterval -Music_wrapper::time_int () const +Moment +Music_wrapper::duration () const { - return element_p_->time_int (); + return element_p_->duration (); }