-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
cli fixes #17
Comments
The moment when start processing a new song, would be nice for the cli to print something like "Processing song $n / $total: $songname" |
k that was easy 😄 plz try it now. I was able to run it against the 1350 jazz standards to the end, in ~2 mins. I need to go through the log to see what failed - but at least there's a log 😍 |
nice. It is also able to complete all 1350 on my computer too. Maybe simply by virtue of breaking the output up on a song-by-song, that might have had the byproduct of removing the crash. |
I see from your commit, that the try/catch blocks are done on an individual song basis. So that is why the whole thing doesn't crash...good. |
Here are the problem scores: ireal2musicxml: Error converting "All Or Nothing At All" TypeError: Cannot read property 'spaces' of undefined |
I believe those above are the only errors which result in crashes. The majority of the remaining console output consist of either of the following likely benign/recoverable errors:
(and there are some variants of that alternate chord error) |
Thanks a lot for taking the time to go through the log - that's a great help. Yes, the messages starting with |
Fyi, |
Case 4 "[MusicXML.convertMeasures] Starting a new measure over existing measure" seems to be a genuine error which needs to be fixed. I've separated to a separate issue #20. |
The text was updated successfully, but these errors were encountered: