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 #292830: fix copying lyrics to clipboard #5400

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

dmitrio95
Copy link
Contributor

Resolves: https://musescore.org/en/node/292830

Was broken after 1a6058f. Score::extractLyrics() depends on Measure::_playbackCount values which are used internally by RepeatList. A quick way to fix the issue with extracting lyrics (implemented in this commit) is to force repeat list to be computed before resetting playbackCount variables inside extractLyrics().

Was broken after 1a6058f.
Score::extractLyrics() depends on Measure::_playbackCount values which
are used internally by RepeatList. A quick way to fix the issue with
extracting lyrics (implemented in this commit) is to force repeat list
to be computed before resetting playbackCount variables inside
extractLyrics().
@anatoly-os anatoly-os merged commit f8f139c into musescore:master Oct 18, 2019
@dmitrio95 dmitrio95 deleted the 292830-copy-lyrics-failure branch October 22, 2019 10:01
@anatoly-os anatoly-os added this to the MuseScore 3.3 milestone Oct 26, 2019
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.

None yet

2 participants