Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'list' object has no attribute 'obj_list' #69

Open
wbsoft opened this issue Apr 20, 2016 · 2 comments
Open

AttributeError: 'list' object has no attribute 'obj_list' #69

wbsoft opened this issue Apr 20, 2016 · 2 comments
Assignees

Comments

@wbsoft
Copy link
Collaborator

wbsoft commented Apr 20, 2016

Reported by a Frescobaldi user:

Frescobaldi: 2.18.2 -- Python: 2.7.11 -- python-ly: 0.9.3 -- Qt: 4.8.7 -- PyQt: 4.11.4 -- sip: 4.17 -- poppler: 0.39.0 -- python-poppler-qt: 0.24.0 -- OS: Darwin-14.5.0-x86_64-i386-64bit

Traceback (most recent call last):
  File "/Applications/Frescobaldi.app/Contents/Resources/lib/python2.7/frescobaldi_app/file_export/__init__.py", line 65, in exportMusicXML
  File "ly/musicxml/lymus2musxml.pyc", line 146, in musicxml
  File "ly/musicxml/xml_objs.pyc", line 78, in __init__
  File "ly/musicxml/xml_objs.pyc", line 99, in iterate_part
  File "ly/musicxml/xml_objs.pyc", line 106, in iterate_bar
AttributeError: 'list' object has no attribute 'obj_list'

@PeterBjuhr PeterBjuhr self-assigned this Apr 21, 2016
@wvengen
Copy link

wvengen commented Mar 30, 2024

I'm getting this error with something as simple as this (python-ly 0.9.7):

\score {
  <<
    \new Voice { a1 }
    \addlyrics { \lyricmode { Foo } }
  >>
  \layout { }
}

When removing the lyrics, it works.

@wvengen
Copy link

wvengen commented Mar 30, 2024

May be related to #57.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@PeterBjuhr @wvengen @wbsoft and others