Martin Tarenskeen wrote > 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
> lilypond-user@ > https://lists.gnu.org/mailman/listinfo/lilypond-user Ah, I understand now. I edited the macro ITSELF, in LibreOffice 5 and everything is working beautifully! I can confirm that the "variable" error (BASIC) can be fixed by this method: --------------------- *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) ---------- Thank you so much for this fix! ----- composer | sound designer LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond -- View this message in context: http://lilypond.1069038.n5.nabble.com/OOoLilyPond-tp185560p198661.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user