< Back to IRCAM Forum

MusicXML from POLY missing notes

See the attached patch and the image showing its MusicXML content. The last notes are missing…

Am I doing something wrong?

POLY-musicxml-in-Sibelius.png

Dear Gato,

In Finale everything show up. Maybe a limitation of Sibelius regarding the number of staves ?
Anyhow, please do try with this new code, i will release very soon.
But use the export-musicxml function instead.

BEst
K

export-mxml-new-vers18opt.lisp (74.9 KB)

Thanks Karim. I will try the code. But the problem was not on the number of staves. It was on the last bar, where notes were missing in the end.

I tried the new code and it did not solve the problem. Anyway, it seems to be a problem with Sibelius, as the correct notes are written into the MusicXML file (I read it inside a text editor).

Hello Carim,
How about the relationship between OP/ voice via MusicXML to Finale?

  1. tempo is changed ( twice faster).
  2. microtones are missing.
    how to open a XML file into text for editing? what kind software? when I double-klick a XML file it goes to AudioSclupt.

cheers
Shing-kwei

OpenMusic-voice-vs.-Finale-via-XML.png

the original MusicXML file. sorry!

Shing-kwei

Ms.-Lee.xml (35.9 KB)

HI Shing-kwei,

These are common mistakes :
For quarter tones, don’t forget to put

  • APPROX = 4 when exporting. By default it’s 2 meaning this will be approximated to 1/2 tone.

Now for the Tempo, this is NOT exported and was never exported. You should set it up in the Finale.
But we can implement it soon,

Best
K

Hi Karim,
thanks so much.
How to put
– APPROX = 4 when exporting.
I just link the voice to export-musicxml object, how can I open and edit a Musicxml file? ( what kind software?)

best
shing-kwei
( I hope you have taken a comfortable vacation.)

For approx, as any om method, you should expand the extra optional inputs with ‘>’
(please type ‘d’ for documentation)

In order to edit any xml file, you can use whatever text editor you like.

Best
K

Cher Karin,
merci beaucoup!
I have almost done. but the result not 100%. please ref. attachment.

best
Shing-kwei

forget attachment, let me send again.

Shing-kwei

forget attachment, let me send again.
OP Forum doesn’t accept Sketch (like Photoshop) file. let me send again a Screenshot.

Shing-kwei

OpenMusic-voice-vs.-Finale-via-XML-1.png

Dear Shing-kwei,

Can you please send the xml and the OM patch in order to see what’s wrong here ?
Best
K

Cher Karim,
sure! here you go.

I have experimented several times:
more then 3 times at my Mac Pro Desktop ( OS 10.10.2) , 2 times at my Mac Book laptop (OS 10.10.3) both with OpenMusic 6.9 the same result.
OM patch I use left part.

best

Shing-kwei

ms-lee-quarter-tones.xml (36.6 KB)

Cher Karim,
sure! here you go.

I have experimented several times:
more then 3 times at my Mac Pro Desktop ( OS 10.10.2) , 2 times at my Mac Book laptop (OS 10.10.3) both with OpenMusic 6.9 the same result.
OM patch I use left part.

best

Shing-kwei

OK

It seems we have a misunderstanding here. You need to load this patch : export-mxml-new-vers18opt.lisp
that you can find in this discussion (above) in order to correct the bad export.
It seems that you didn’t.
Please first put the mentioned file in the patches folder of OM application THEN launch om and try again.
It should work.

BEst
K

Hi! Karim,
thanks for your reply.
I don’t know how to load the patch : export-mxml-new-vers18opt.lisp.

  1. I drag the icon to Desk, OMWokspace or OM Application, it’s only a alias or webloc…
  2. I create a new Patch put in the OMWorkspace.
    3.I create a new file put in the OM 6.9 / patches, simultaneously I past the text in the file info.txt
    2 & 3 ref. the Screenshot please.

then I relaunch the OM and execute the sdif2chord-seq2voice-2 patch, but the same result as before.

Please give me more detail of loading the patch : export-mxml-new-vers18opt.lisp. or release the new patch.

thanks again!

best
Shing-kwei

Screen-Shot-export-mxml-new-vers18opt.lisp.png

Hi Shing-kwei

Here :

  1. Right click on the link above 'export-mxml-new-vers18opt.lisp ’ [on the name and NOT on the ICON]
    and choose ‘save-as’ in /Applications/OM/patches

then launch OM.

Best
K

hi Karim, thanks for your reply promptly.
I have succeeded to install in the patches of OpenMusic. and execute, import to Finale, but malheureusement the same result.
I can correct in Finale or edit the MusicXML file byTextEdit manually.
Merci!

bien cordialement
Shing-kwei

Did you use the export-musicxml function ?
Did you launch om AFTER putting the file in the patches folder ?
Can you send the xml file ?