Le 13/12/2021 à 17:58, H. S. Teoh a écrit :
According to the usage manual, in order to get PNG output:lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts --png myfile.ly But lilypond 2.23.6 aborts with this: <unnamed port>: In procedure scm_i_lreadparen in expression (dynamic-wind swaports thunk ...): <unnamed port>: #<unknown port>:1:18: in pair: missing close paren What am I doing wrong? P.S. I compiled lilypond with guile 1.8.8, don't know if that's related? T
I cannot reproduce this, whether compiling with Guile 1 or Guile 2. Are you using the latest Git revision? There have been heavy changes around the output backends and a bug of this kind might have slipped through before being corrected in a later commit. If it still doesn't work, - What is your OS? - Are you compiling with Cairo or not? (If you don't know, it's not with Cairo.) - What is printed if you put this in the file? #(display (ly:command-line-code)) Best, Jean
