[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failure of convert-ly to run
From: |
Werner LEMBERG |
Subject: |
Re: Failure of convert-ly to run |
Date: |
Wed, 27 Mar 2024 04:53:04 +0000 (UTC) |
> 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