Issue 222: measure "numbers" in XML aren't actually numbers
http://code.google.com/p/lilypond/issues/detail?id=222

Comment #7 by lemzwerg:
The next crash.  This time, I've used the reference MusicXML file
`ActorPreludeSample.xml' from

 http://www.recordare.com/xml/samples/xmlsamples.zip

Given the many warning messages (in addition to the crash) it seems that the
conversion from MusicXML to lilypond is still in its infancy...

Traceback (most recent call last):
 File "/usr/local/bin/musicxml2ly", line 664, in ?
   main()
 File "/usr/local/bin/musicxml2ly", line 661, in main
   voices = convert (args[0], options)
 File "/usr/local/bin/musicxml2ly", line 622, in convert
   voices = get_all_voices (parts)
 File "/usr/local/bin/musicxml2ly", line 473, in get_all_voices
   part_ly_voices[n] = (musicxml_voice_to_lily_voice (v), v)
 File "/usr/local/bin/musicxml2ly", line 344, in 
musicxml_voice_to_lily_voice
   main_event = musicxml_note_to_lily_main_event (n)
 File "/usr/local/bin/musicxml2ly", line 211, in 
musicxml_note_to_lily_main_event
   event.drum_type = instrument_drumtype_dict[n.instrument_name]
KeyError: u'Susp. Cym.'




--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to