lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add backup option to convert-ly (Issue 3572) (issue 14040043)


From: julien . rioux
Subject: Re: Add backup option to convert-ly (Issue 3572) (issue 14040043)
Date: Mon, 30 Sep 2013 10:30:35 +0000

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]