I can confirm the issue. And I think it is a bug in python/convertrules.py:4267. I found this:
s = re.sub(r'\\tocItem\s+\"', r'\\tocItem \\markup \"', s) In the replacement string the " does not need to be escaped. And with the raw string r'' the backslash is interpreted literally. Am 22.08.20 um 20:33 schrieb Timothy Lanfear: > \version "2.20.0" > > \tocItem "Score A" > score { { a'1 } } ^ Btw, a backslash is missing here. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond