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 badly exported metronome marks from Sibelius on XML import; Support more symbol fonts used in xml files #583

Draft
wants to merge 2 commits into
base: 3.x
Choose a base branch
from

Conversation

Jojo-Schmitz
Copy link
Owner

@Jojo-Schmitz Jojo-Schmitz changed the title 3.x more xml fonts Fix badly exported metronome marks from Sibelius on XML import; Support more symbol fonts used in xml files Aug 20, 2024
@Jojo-Schmitz Jojo-Schmitz force-pushed the 3.x-more-xml-fonts branch 2 times, most recently from 57b6180 to 26a2c79 Compare August 20, 2024 12:29
@Jojo-Schmitz Jojo-Schmitz force-pushed the 3.x branch 2 times, most recently from bf247bf to 922a518 Compare December 23, 2024 13:25

static const QRegExp tempo(".*([yxeqhVwW])(\\.?)\\s*=[^0-9]*([0-9]+).*");
#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)
QStringList tempoMatches = plainWords.split(tempo, Qt::SkipEmptyParts);
Copy link
Owner Author

Choose a reason for hiding this comment

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

split is not the right tool for the job here

@Jojo-Schmitz Jojo-Schmitz force-pushed the 3.x branch 2 times, most recently from 9326c7c to 88927e8 Compare January 6, 2025 11:42
@Jojo-Schmitz Jojo-Schmitz force-pushed the 3.x branch 18 times, most recently from f7ed241 to 4e837e2 Compare January 10, 2025 19:17
@Jojo-Schmitz Jojo-Schmitz force-pushed the 3.x branch 2 times, most recently from e03471a to a4d9423 Compare January 10, 2025 20:38
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.

2 participants