]> git.donarmstrong.com Git - lilypond.git/commit
(Optionally) embed ly source files inside generated PDF
authorValentin Villenave <valentin@villenave.net>
Mon, 7 Mar 2016 09:06:52 +0000 (10:06 +0100)
committerValentin Villenave <valentin@villenave.net>
Mon, 7 Mar 2016 09:19:14 +0000 (10:19 +0100)
commit0fa6f042cccacb643d46781dde23617c71a9753e
treebe2599847c2099f33e0b7129c702bf953921de51
parent1e339d5efe13a725a4f0c2d8dfc3d40390446b89
(Optionally) embed ly source files inside generated PDF

By using the new -dembed-source-code command line switch,
users may now include their LilyPond source code in the
generated PDF (using the pdfmark EMBED feature); although
the PDF is not modified in any visible way, embedded .ly
files should appear in viewers that support this feature
(other viewers should degrade gracefully).

This patch adds a new ly:source-files function (with
an optional parser arg) that allows to retrieve the list
of (non distribution-provided) ly files involved in
making the current score.
Documentation/changes.tely
Documentation/usage/running.itely
lily/sources.cc
scm/framework-ps.scm
scm/lily.scm