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

MuseScore4: Unknown option 'n'. #66

Open
likanzhan opened this issue Nov 28, 2023 · 1 comment
Open

MuseScore4: Unknown option 'n'. #66

likanzhan opened this issue Nov 28, 2023 · 1 comment

Comments

@likanzhan
Copy link

Describe the bug

it seems that the function mscore does not have the -n option.

MuseScore4 4.1.1
MuseScore4: Unknown option 'n'.
ERROR: failed process: Process(`mscore -n -T 20 -r 1200 -o bass.png bass.mid`, ProcessExited(1)) [1]

Minimal Working Example

using FileIO # used for loading the midi files
using MusicManipulations # tools for manipulating notes in Julia
using MusicVisualizations # tools for visualizing these notes

midi = load(testmidi()) # read the "test" Doxy MIDI recording.
bass = getnotes(midi, 3)
basstrim = bass[1:50]
musescore("bass.png", basstrim)
mscore -v
MuseScore4 4.1.1
@Datseris
Copy link
Member

I don't think I have ever tested the code to work with musescore 4, only 3. Feel free to make a pull request that fixes it!

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

No branches or pull requests

2 participants