Again, can we add a check if there is already a numbered backup around?

Make numbered backups for files that have numbered backups already.
     Otherwise, make single backups.  This is the default.

That would mean:



https://codereview.appspot.com/14040043/diff/6001/scripts/convert-ly.py
File scripts/convert-ly.py (right):

https://codereview.appspot.com/14040043/diff/6001/scripts/convert-ly.py#newcode239
scripts/convert-ly.py:239: if numbered:
if numbered or (os.path.exists(file + '.~1~') and os.path.isfile(file +
'.~1~')):

https://codereview.appspot.com/14040043/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to