lilypond-user
[Top][All Lists]
Advanced

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

Re: Lua, Lilypond, and Linux


From: Johan Vromans
Subject: Re: Lua, Lilypond, and Linux
Date: Sun, 22 Mar 2015 09:58:33 +0100

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)

-- Johan



reply via email to

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