Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct off-by-one error in
SpannerFilter::isPlayable
This immediately fixes musescore#16757, which occurred when a chord right after the end of a pedal line was counted as intersecting its duration. This commit also reverts the subtraction by `Constants::DIVISION / 4` for the duration of a pedal line ending in an angled hook. This subtraction was introduced in order to fix musescore#12869, but it has caused other issues such as musescore#16001 and is probably unneeded given the fix to `isPlayable`.
- Loading branch information