-
Notifications
You must be signed in to change notification settings - Fork 19
Updated MuseScore to 4.3.2 so newer mscz files could be supported #15
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
base: webmscore
Are you sure you want to change the base?
Conversation
To avoid messages like this: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: xxxx For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
`sudo` does not preserve environment variables, while we need the `LUPDATE_ARGS` environment variable. Of course there are ways around that, but the use of sudo is completely unnecessary here, so let's simply remove it.
…entals Fix musescore#22229: export ornament accidentals to MusicXML
4.3.0 translations ports
Update in-repo translation source files
reg.: enumeration value not handled in switch [-Wswitch]
reg.: will be initialized after [-Wreorder]
reg.: this statement may fall through [-Wimplicit-fallthrough=]
reg.: variable set but not used [-Wunused-but-set-variable]
reg.: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
reg.: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
reg.: type qualifiers ignored on function return type [-Wignored-qualifiers]
reg.: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
Error looks like: /home/runner/work/_temp/55608d39-c27e-4b05-bdb8-6c3a00820a6f.sh: line 43: [: !=: unary operator expected
This way, VST plugins that also use qml won't have access to our internal qml folder
…hythms_crash-430 Fix musescore#21953: Crash on regroup rhythms in some scores (4.3.0)
Fix empty figured-bass in MusicXML export
export swing and straight to MusicXML
…mpler_instance_432 destroy_musesampler_instance_432
[4.3.2] Default custom noteheads to normal on non drumset staves
bf6c684 to
815f2d2
Compare
|
Currently, it still only support |
|
I'm not supporting Node.js 18 in this PR Reason: #10 (comment) |
|
Is this ready to be merged or are more commits needed |
|
I just realized I don't have maintainer permissions on this repository, so I can't merge it |
|
It's ready now, the CI has passed: https://github.com/CarlGao4/webmscore/actions/runs/14575709935 |
|
I'll close this PR and maintain my new repo. Maybe I can upload the project to npmjs using a new name like "webmscore4" |
close #2
close #14
@Xmader