lilypond-user
[Top][All Lists]
Advanced

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

Lilypond compile with no midi output


From: Javier Ruiz-Alma
Subject: Lilypond compile with no midi output
Date: Sat, 2 Feb 2013 00:25:39 -0800 (PST)

I have a main .ly file for a book and individual .ily files for each lesson.
Each .ily file has \layout{} and \midi{} statements.


I can batch-compile the .ily's, such that each midi is saved with the filename of the .ily file, suppressing the pdf output:
>lilypond -dno-print-pages lesson*.ily

This produces midis lesson1.midi, lesson2.midi....etc.

However, I can't find a similar command to suppress midi output when I compile the book:
>lilypond -dno-midi book.ly

When I compile the book, I get multiple book.midi, book-1.midi...etc, which are not needed.  Currently, I'm just deleting those .midi files manually.

Is there such a optional command to suppress midi output?

reply via email to

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