lilypond-user
[Top][All Lists]
Advanced

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

Re: Lua, Lilypond, and Linux


From: Hans Aberg
Subject: Re: Lua, Lilypond, and Linux
Date: Sun, 22 Mar 2015 11:09:13 +0100

> On 22 Mar 2015, at 09:58, Johan Vromans <address@hidden> wrote:
> 
> On Sat, 21 Mar 2015 16:28:47 -0700
> David Bellows <address@hidden> wrote:
> 
>> os.execute("lilypond example.ly &> lily.txt")
> 
> I don't know about lua, but standard shell syntax for this is
> 
>  lilypond example.ly >lily.txt 2>&1         (Bourne family of shells)
> 
>  lilypond example.ly >& lily.txt            (C family of shells)

The call system() should always use sh, but on BSD type systems, as OS X, it is 
a compatibility mode of bash. The GNU OS sh may be different, say more strict.





reply via email to

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