-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
I have the following file
transkription kayser 6. messe d-moll - flattened.ly.zip
Export to MusicXML fails with the following error:
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/frescobaldi_app/file_export/__init__.py", line 65, in exportMusicXML
writer.parse_text(doc.toPlainText())
File "/usr/lib64/python2.7/site-packages/ly/musicxml/lymus2musxml.py", line 102, in parse_text
self.parse_document(doc)
File "/usr/lib64/python2.7/site-packages/ly/musicxml/lymus2musxml.py", line 119, in parse_document
self.parse_tree(mustree)
File "/usr/lib64/python2.7/site-packages/ly/musicxml/lymus2musxml.py", line 133, in parse_tree
self.parse_nodes(mus_nodes)
File "/usr/lib64/python2.7/site-packages/ly/musicxml/lymus2musxml.py", line 145, in parse_nodes
func_call(m)
File "/usr/lib64/python2.7/site-packages/ly/musicxml/lymus2musxml.py", line 624, in End
self.mediator.check_simultan()
File "/usr/lib64/python2.7/site-packages/ly/musicxml/ly2xml_mediator.py", line 293, in check_simultan
self.sections.pop()
IndexError: pop from empty list
(the \includes in that file are all layout/font options. The entire file tree can be found here).
What is going wrong here? Is there some issue of formatting that isn't being correctly interpreted?
Thanks for the help