Musicxml import lyrics text erroneous, only imports 1st stanza
Beim Import aus .xml - Datei wird nur die erste Liedtext- Zeile übernommen, die folgenden 3 Zeilen fehlen.
Das betrifft beide Musescore-Versionen 2.2.1 und 2.3:
OS: Windows , Arch.: x86_64, MuseScore version (32-bit): 2.2.1, revision: 51b8386
OS: Windows , Arch.: x86_64, MuseScore version (32-bit): 2.3.0, revision: 00c1d41
- in Sibelius First erstellte Partitur wird als .xml exportiert, dann in Musescore geöffnet, der Liedtext ist fehlerhaft
- in der .xml -Datei sind Wörter aus der vierten Liedtext - Zeile enthalten, also hat Sibelius nicht nur die erste Zeile exportiert
- angehängte Dateien: Kaum war Tag und Nachtaus opt .mscz .pdf .xml (.sib kann ich nicht hochladen, Ihre Upload-Funktion will es nicht übertragen)
-
bitte beachten: die Partitur ist Urheberrecht - geschützt, die Dateien sind nur Kopien für die persönliche Verwendung des Chormitglieds
-
Ich bitte Sie herzlich um eine Lösung meines kleinen Problems. Musescore ist toll! Meine Sibelius First - Version (gekauft im März 2018) ist sperrig und derart (gegenüber der Vollversion) abgespeckt, dass ich mich ärgere. Ich empfehle in meinem Umfeld nur Musescore (ich bin Chorsänger in zwei Chören, nehme Gesangsunterricht, meine Tochter ist Erzieherin (Kindergarten) und schreibt viele Kinderlieder mit Musescore).
-
Übrigens: wann wird die neue Version von Audiveris in Betrieb genommen? Ich benutze Audiveris Development-Branch V.5.1 lokal; das funktioniert besser als der Import via Musescore.
Vielen herzlichen Dank für Ihre hervorragende Arbeit!!
Thomas Binder
Attachment | Size |
---|---|
Kaum war Tag und Nacht_aus opt.mscz | 19.51 KB |
Kaum war Tag und Nacht_aus opt.pdf | 47.8 KB |
Kaum war Tag und Nacht_aus opt.xml | 186.42 KB |
Comments
Possibly related to #24473: [MusicXML import] empty lyrics lines (was: crash if too many lyrics)
There is "number" attribute for the lyric element. I believe this is the cause of the problem...
In reply to There is "number" attribute… by [DELETED] 5
and how can I influence the import process?
Stuff like this
'number' is not a number here and also identical for all 4 stanzas, only differ by y offset
Well possible this is a bug in Sibelius' MusicXML export.
And indeed it is, and should have been fixed in MuseScore long ago, see #13860: MusicXML: support lyrics exported by Sibelius 7, esp. this remark:
The number attribute for the lyric element is optional. I think that MuseScore should be interpreting this the same way it does as if the number attribute was missing. The default-y value provides placement information; you can try to infer numbering from that.
Not sure whether #255791: [MusicXML import] use lyric number as relative instead of as absolute line number is related to this?
In reply to Stuff like this… by Jojo-Schmitz
I fear this is not a BUG in Sibelius (Sibelius First) but BAD TREATMENT of their customers; maximum restraints for the "light version" . Thomas
More like an at least 7 years old bug in Sibelius.
In reply to I fear this is not a BUG in… by tbinder
May be another problem is here: Direct export, not from Dolet (xml line 12)
Because of: Exporting ".xml" without the Dolet plugin is for transferring data between different versions of Sibelius.
See attached. (Exported with Dolet)
The current MusicXML importer assumes the values in the lyrics number attributes are unique and does not anticipate two lyrics on the same note with the same number but a different default-y. Obviously, in this case the default-y should also be taken into account.
Note that the way the number attribute is used cannot be considered a bug in Sibelius, as the MusicMXL spec allows this. The issue is that the spec does not specify how to map the attribute values to a lyric line number and that different MusicXML producers came up with many different ideas on how to do this.