diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index fe6f1fc542..08e84f8d7c 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -890,7 +890,7 @@ TempoMap::cut_copy (timepos_t const & start, timepos_t const & end, bool copy, b Beats b (quarters_at (start)); if (!copy) { - mtp = new MusicTimePoint (*this, end_sclock - (end_sclock - start_sclock), b, bbt, em.tempo(), em.meter(), _("cut")); + mtp = new MusicTimePoint (*this, start_sclock, b, bbt, em.tempo(), em.meter(), _("cut")); } else { mtp = nullptr; }