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 occurences.

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to