lilypond-user
[Top][All Lists]
Advanced

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

Re: Identify included files


From: Valentin Villenave
Subject: Re: Identify included files
Date: Fri, 15 May 2020 09:43:10 +0200

On 5/15/20, Fr. Samuel Springuel <address@hidden> 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

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