lilypond-user
[Top][All Lists]
Advanced

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

Re: how to compile many .ly files with one command


From: Noeck
Subject: Re: how to compile many .ly files with one command
Date: Tue, 30 Sep 2014 21:47:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

> It works both on Windows and Linux. BTW. it should documented in '1.2 
> Command-line usage', shouldn't it?

It would not hurt to document it, but it is a basic functionality of the
shell and not directly of LilyPond. You can do it with any program:

ls *
mv * ../otherdirectory/

and so on. The functionality of LilyPond that contributes to this, is
that the lilypond command accepts not only a single file but also a list
of files.
In this sense, you are right:

1. The documentation could tell the reader that multiple files are possible.

2. As there is already a section that explains standard behaviour of the
shell, the * file globbing [1] could be added there.

http://lilypond.org/doc/v2.18/Documentation/usage/command_002dline-usage.html#invoking-lilypond

Cheers,
Joram


[1]: http://en.wikipedia.org/wiki/Glob_%28programming%29



reply via email to

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