> I can confirm that replacing > > scm_write_line (ly_string2scm (str), port); > > with > > scm_c_write (port, str.c_str (), str.length ()); > > fixes the issue on my end. I’d be happy to make a merge request for > this.
I've updated https://gitlab.com/lilypond/lilypond/-/merge_requests/2231 accordingly. Werner