Skip to content

MuseScore4: Unknown option 'n'. #66

Open
@likanzhan

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions