http://codereview.appspot.com/6610058/diff/2001/scripts/convert-ly.py File scripts/convert-ly.py (right):
http://codereview.appspot.com/6610058/diff/2001/scripts/convert-ly.py#newcode357 scripts/convert-ly.py:357: sys.exit(errors) Are you going to report the number of errors using the `errors' variable? In case this is true, I would consider this a bad idea, since you abuse the functionality of the exit status. How large can `errors' become? The value returned by `exit' must be in the range 0-255 (with 0 meaning `no error'). http://codereview.appspot.com/6610058/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel