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 #105666: add support for Croatian instruments (Tambura) #2548

Merged
merged 1 commit into from
Apr 15, 2016

Conversation

Jojo-Schmitz
Copy link
Contributor

As instrumentsxml.h is never touched by a C/C++ compiler, 8-bit ASCII and UTF-8 characters should never cause any kind of comapitibilty or standards compliance problems, and actually never had so far with at
least the ♭ being used in multiple places, so we can as well have ü, č and Č there too.
So fix Güiro in other places too, in C++ code in a C++11 compatible manner.

While at it fix some duplicate short instrument names and also a fix/workaround for an lupdate diagnostic

As instrumentsxml.h is never touched by a C/C++ compiler, 8-bit ASCII and UTF-8 characters should never cause any kind of comapitibilty or standards compliance problems, and actually never had so far with at
least the ♭ being used in multiple places, so we can as well have ü, č and Č there too.
So fix Güiro in other places too, in C++ code in a C++11 compatible manner.

While at it fix some duplicate short instrument names and also a fix/workaround for an lupdate diagnostic
@Jojo-Schmitz
Copy link
Contributor Author

Replaces #2533, which got closed by accident(?)

@lasconic lasconic merged commit 6ee3e88 into musescore:master Apr 15, 2016
@Jojo-Schmitz Jojo-Schmitz deleted the tambura branch April 15, 2016 10:18
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