You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using FileIO # used for loading the midi filesusing MusicManipulations # tools for manipulating notes in Juliausing 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
The text was updated successfully, but these errors were encountered:
Describe the bug
it seems that the function
mscore
does not have the-n
option.Minimal Working Example
The text was updated successfully, but these errors were encountered: