Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #26600: Only first chord plays when not directly over a note #26626

Merged

Conversation

RomanPudashkin
Copy link
Contributor

@RomanPudashkin RomanPudashkin commented Feb 20, 2025

Resolves: #26600
Resolves: #26637

Caused by: #25741

They are used to store annotations. See PR musescore#25741
The actual distance between the current chord symbol and the next one may be shorter
than the duration of the current chord symbol segment. This situation occurs, for example,
when we have a measure with a whole rest, and one chord symbol is added to the whole rest segment
and the others are added to the time tick segments. Thus, the whole rest segment lasts for the measure duration,
while the time tick segments last only part of it
@zacjansheski
Copy link
Contributor

Tested on MacOS 15, Windows 11, Ubuntu 22.04.3. Approved
#26600 FIXED

@RomanPudashkin RomanPudashkin merged commit 230a276 into musescore:master Feb 21, 2025
11 checks passed
@RomanPudashkin RomanPudashkin deleted the chord_symbols_playback_fix branch February 21, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Click/Drag tempo marking reverts playback tempo to 120 Only first chord plays when not directly over a note
3 participants