On Thu, 29 Dec 2016, Klaus Blum wrote:
In the OooLilyPond macros, there is a section "LilyPond" containing a function named "CallLilyPond()". For composing the Windows command, there is a line that reads: ---------- sCommand = sCommand & " " & sBackendOpt & " -f png -dresolution=" & iGraphicDPI & " OOoLilyPond.ly >OOoLilyPond.out 2>&1" &Chr(10) ---------- This line should be replaced by: ---------- sCommand = sCommand & " -dno-delete-intermediate-files --png " & sBackendOpt & " -dresolution=" & iGraphicDPI & " OOoLilyPond.ly >OOoLilyPond.out 2>&1" &Chr(10) ----------
Thanks for this info. I used OooLilyPond regularly with LibreOffice and LilyPond on Linux Fedora, until it stopped working with newer releases. This helped me to make it work again :-)
(Fedora 25, LilyPond 2.19.53, LibreOffice 5.2.3.3) -- MT _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
