lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OOoLilyPond


From: Martin Tarenskeen
Subject: Re: OOoLilyPond
Date: Thu, 29 Dec 2016 22:36:03 +0100 (CET)
User-agent: Alpine 2.20 (LFD 67 2015-01-07)



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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]