Jump to content

Revert to Musescore 3 automatic opening in Editor


Recommended Posts

Dear Janusz, 

 

I´d like to have my (musicxml-to editor) function opening in Musescore 3, because I´m not yet using the version 4 because it´s not opening multiple scores at the same time. Each file is a new instance of musescore...

please, can you help ?

Best, 

Julio

 

I have a file called SourceCodeJulio.lisp containing the following lines inside the extensions folder, under user source of the Opusmodus main folder.

 

(defparameter *snippet-clef-default* :treble-down8)

(defun last-score-to-musescore ()
  (compile-score *last-score* :output :musicxml :file "temp-last-score")
  (musicxml-to-editor "temp-last-score" :application "/Applications/MuseScore3.app"))

(defun last-midi-to-musescore ()
  (compile-score *last-score* :output :midi :file "temp-last-midi")
  (musicxml-to-editor "temp-last-midi" :application "/Applications/MuseScore3.app"))

 

Also, the function now opens the Musescore 4 but not the temp files

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy