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

Comment #5 by lemzwerg:
And here the next problem with the above input file:

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 353, in 
musicxml_voice_to_lily_voice
   ev_chord = voice_builder.last_event_chord (n._when)
 File "/usr/local/bin/musicxml2ly", line 286, in last_event_chord
   self.jumpto (starting_at)
 File "/usr/local/bin/musicxml2ly", line 267, in jumpto
   raise NegativeSkip(current_end, moment)
__main__.NegativeSkip: <__main__.NegativeSkip instance at 0x4171d66c>

Note that the input file has been directly created by a music OCR program.



--
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