Musescore 3: Export to MusicXML does not export current <work-title>
Using New Score Wizard I created a simple test 4/4 Score with Title "Test" and entered in 8 bars a C-major scale ascending/descending over two octaves C4..C6..C4 with 3 Rests after C4 in the final bar of the Score. I edited the title in-place to become "Test1.C4-C6-C4". I then Exported the Score to MusicXML (uncompressed).
The resulting .musicxml file contains the line: LTwork-titleGTTestLT/work-titleGT
I think it should say LTwork-titleGTTest1.C4-C6-C4LT/work-titleGT
When reading the above, please mentally substitute "lt" and "gt" symbols respectively for LT and GT.
If I include the real symbols, the Post Preview shows them missing. How should I enter them to make sure they display properly on the Post? Writing a "\" before each lt/gt symbol in the Post does not do the trick
Comments
I would say that if you open File->Score Properties... you will see the work title is "Test" and this is where the export function got that title. If you want to change the results in the export change it in the score properties.
use
<xml>
code here
</xml>
line 5: (in Score Properties)
line 43: (in Score)
Score Properties... got it! Many thanks to both, also to ZMD for the XML insertion tip for Posts! JW