arithmetic simplification

This commit is contained in:
Paul Davis 2023-08-26 07:37:01 -06:00
parent 864b660abe
commit c4cb8dbda9

View File

@ -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;
}