> On May 29, 2017, at 4:27 PM, David Kastrup <[email protected]> wrote: > > 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.
Yes. I'm just confused when you say that the script will probably change too many occurrences. What do you mean by too many? I want to change all occurrences. Charles _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
