Is a Python script an option?

You can surely do what you want with a pure shell script, but Python may be cleaner to read?

Best
Urs

Am 13.11.2014 22:06, schrieb Stefan Thomas:
Dear Nick,
thanks for Your reply.
But Your command writes the pdf-files to the folder, where it's executed.
I want the pdf-files in the same folder as the ly-files.

    On 14/11/2014 06:39, Stefan Thomas wrote:

        Dear community,

        I would like to compile (on a Ubuntu-machine) all ly-files,
        including those, which are in subfolders.

        How can I do this?

    cd to the parent folder, and issue the following command:

    find . -name '*.ly' -exec lilypond {} \;





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to