lilypond-user
[Top][All Lists]
Advanced

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

Re: Lua, Lilypond, and Linux


From: David Bellows
Subject: Re: Lua, Lilypond, and Linux
Date: Sun, 22 Mar 2015 06:53:07 -0700

> The call system() should always use sh. Try
  lilypond example.ly 2> lily.txt

That does it, thanks! I took my syntax from the Usage manual and
according to it this command should only send the errors to the text
file but it definitely sends everything.

So is there a form that will work on all platforms or at least all
*nix-based platforms?

On Sun, Mar 22, 2015 at 3:16 AM, Hans Aberg <address@hidden> wrote:
>
>> On 22 Mar 2015, at 00:28, David Bellows <address@hidden> wrote:
>
>> os.execute("lilypond example.ly &> lily.txt”)
>
> The call system() should always use sh. Try
>   lilypond example.ly 2> lily.txt
>
>



reply via email to

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