On 08/29/2010 12:33 AM, Henning Hraban Ramm wrote:
Is it possible to insert PDF metadata (pdfmarks) into LilyPond's
PostScript output?


I use pdftk for this (and other cool stuff)
http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/

To add metadata, you write a text file that looks like

InfoKey: Title
InfoValue: My Wonderful Title

InfoKey: Subject
InfoValue: My brilliant piece

InfoKey: Keywords
InfoValue: other stuff

etc

(or possibly extract the info from your .ly with some sed incantation)

then run

pdftk old-file.pdf update_info metadata.txt output new-file.pdf


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

Reply via email to