> I have a file for which convert-ly crashes. [...] > > It seems to be fixed by changing line 2152 of convertrules.py by > putting the second argument as a raw string: > > ``` > s = re.sub(r'''((\\"|})\s*){''', r'\2 \\line {', s) > ```
Thanks for the report! https://gitlab.com/lilypond/lilypond/-/merge_requests/2289 Werner