When I have a file in sib sib with multiple verses of text under one another and I export the file to XML (uncompressed) and import to Dorico, I’m left with all the verses on one line (verse 1) on top of each other. Is there anyway to prevent this from happening? If not, is there an easy way of separating the text into the proper verses? Usually I have to delete the text and re-enter it from scratch.
I can’t speak for the Sibelius side of things, but it’s not easily adjusted in Dorico. You can Alt-Shift-click to select a specific lyric superimposed on another, but at present there’s no way to parse them out until more robust lyric features are added.
Are you sure the verses in Sibelius are lyrics line1, lyrycs line2, lyrics line3 etc.
I tried it myself with an xml-export from within Sibelius 7.1.3 and import in Dorico.
Dorico did the right job translating them to verse 1, 2 and 3.
I’ve seen this before but not in a long time and not in Dorico.
Is it a MusicXML import error in Dorico or export error from Sibelius? Either is quite possible. Dorico has xml issues but I suspect Sibelius.
A good way to tell is to import that xml file into Finale or Notion 6—both have good MusicXML import. Either a friend’s copy or the 30 day demo will work. If you can post one page or a test page .xml that exhibits the problem, users like I can download and see.
Once a lyrics syllable is selected, you can change its verse number (or Chorus, or Translation) in the Properties panel. (I’ve had to do this with XML from Finale, where the verse numbers were all over the shop.)
However, identifying and selecting the correct verse/syllable may be tricky. I don’t know if Select More will select lyrics on the same layer, or all the superimposed lyrics.
My xml file had thousands of lines of these text codes. I changed a whole bunch but didn’t seem to make a difference.
For what it’s worth . . . I did delete all the other instruments except the vocal verse lines and piano and the verses imported correctly.
****Chiming in on this thread, 16 months later, because I have encountered the same problem, and solved it. At least for Sibelius 7, exporting directly (not using the Dolet plugin).
I am using Sibelius 7.1.3, and exported a hymn with 6 verses as uncompressed MusicXML. When I imported the MusicXML into Dorico 3.5, I found that my 6th verse was overlaid on top of verse 1.
In reviewing the MusicXML, I noticed that the encoding for the first staff looked like this:
single
1. O
single
2. O
single
3. The
single
4. Thy
single
5. Frail
single
6. O
Notice that last line, and the “number” attribute. It is “part1verse0” when it should be “part1verse6”.
I used my text editor (Notepad will do) to search-and-replace
with
I saved the MusicXML file, and it imported into Dorico correctly.
(No, I don’t think Sibelius users should be double-checking MusicXML exports; yes, my day job is being a software systems architect.)