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: gp5 volatas import #24979

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

mikekirin
Copy link
Contributor

No description provided.

@@ -920,7 +920,7 @@ bool GuitarPro5::read(IODevice* io)
}
if (barBits & SCORE_REPEAT_END) { // number of repeats
bar.repeatFlags = bar.repeatFlags | mu::engraving::Repeat::END;
bar.repeats = readUInt8();
bar.repeats = readUInt8() + 1;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Measure with the end repeat barline must have a Play count value that is equal to, the total number of times of playback of this measure + 1 or more.
https://musescore.org/en/handbook/4/voltas#change-playback

@mikekirin mikekirin merged commit 877d33e into musescore:xtc_stable Sep 30, 2024
@Jojo-Schmitz
Copy link
Contributor

See #24981 (comment)

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.

3 participants