On 5/15/20, Fr. Samuel Springuel <rpspring...@gmail.com> wrote:
> Before I start writing a script to do this, is there an existing tool which
> will identify all the `\include` files that a LilyPond file depends on?
> Even better, one that will work in a recursive fashion?

Since 2.19.39, you can simply use this:

#(display (ly:source-files))

And you can even embed all the required source files into the PDF with:

#(ly:set-option 'embed-source-code #t)

Cheers,
V.

Reply via email to