Jump to content

Opusmodus 1.2.20449 - musicxml-to-editor


Recommended Posts

New:

  • Improvement to tuplet brackets placement.
  • MUSICXML-TO-EDITOR function.

 

musicxml-to-editor file-name &key application identifier

 

[Function]

 

Arguments and Values:

 

file-name                 a string.

application            a string. The default is "Sibelius".

identifier               a string.

 

Description:

 

The MUSICXML-TO-EDITOR function opens musicxml score files in any musicxml editor, like Sibelius, Finale etc...

 

Examples:

 

First, you need to create a musicxml file from your score:

 

(compile-score 'file-name :output :musicxml :file "file-name")

 

Next:

 

(musicxml-to-editor "file-name")

 

To open the file in Finale:

 

(musicxml-to-editor "file-name" :application "Finale")

 

If the application name is not working you can use the identifier keyword with the bundle-identifier.

For example the Sibelius 7.5 version identifier is "com.avid.Sibelius75"

 

(musicxml-to-editor "file-name" :identifier "com.avid.Sibelius75")

 

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy