[MusicXML import] Lyricist does not appear in title frame after MusicXML import
Lyricist does not appear after MusicXML import, however correctly displayed in Score Properties.
Attaching a MusicXML file with public domain example -- the traditional Hungarian translation of the 19th Genevan psalm.
GIT commit: 3c7a69d
Attachment | Size |
---|---|
az_egek.xml | 61.74 KB |
Comments
Same in 2.1, the lyricist does not get added to the bottom left corner of the title frame.
Just for reference: that XML apparently got created with abc2xml, Version 75
Seems that in XML Import we check for poet, not lyricst.
Looks like a simple one line fix, check lyricist meta data (and for backwards compatibility only when there is no poet meta data)
See https://github.com/musescore/MuseScore/pull/3164
Thanks for the quick reply! I hoped for such a trivial finding :)
Just some short comments about my usage of abc2xml:
It is true that I am using newest abc2xml -- to be honest I am compiling my own LR(1) music notation language to abc and then use abc2xml in order to reach MusicXML. I traditionally compile to Mup, however for interoperability I decided to do this as well.
In the future I am thinking about converting MusicXML to my language and then launching a website.
As far as I see most of my bug reports and feature requests for abc2xml are getting over, so I am investigating MuseScore -- and also MusicXML standart -- a bit closer :) I might come up with some interesting feature requests soon :)
Fixed in branch master, commit df0c9183c8
fix #197331: Lyricist does not appear in title frame after MusicXML import
Fixed in branch master, commit 3d2582f6c8
Merge pull request #3164 from Jojo-Schmitz/xml-lyricist
fix #197331: Lyricist does not appear in title frame after MusicXML import
Fixed in branch 2.2, commit 13b035893e
fix #197331: Lyricist does not appear in title frame after MusicXML import
Automatically closed -- issue fixed for 2 weeks with no activity.