Charles Winston <[email protected]> writes: >> On May 29, 2017, at 1:40 PM, David Kastrup <[email protected]> wrote: >> >> Charles Winston <[email protected]> writes: >> >>> Could you explain the following line which appears all over convert >>> rules.py: >>> >>> str = re.sub (r“str1”, r“str2”, str) >>> >>> I want to change all instances of “partcombine...” to >>> “partCombine…". If I were to do this: >>> >>> str = re.sub (r“partcombine”, r“partCombine”, str) >>> >>> Would that work? >> >> Probably would change a couple too many occurrences. > > Could you elaborate?
git grep partcombine ly Documentation will list more or less all occurences bound to be changed by your script. -- David Kastrup _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
