Documentation for the PDF produced by Lilypond

2012-01-07 Thread Felix Kugel
Is there any documentation about the pdf output format details? Cheers, Felix ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Documentation for the PDF produced by Lilypond

2012-01-07 Thread David Kastrup
Felix Kugel f.ku...@googlemail.com writes: Is there any documentation about the pdf output format details? LilyPond produces PostScript. PDFs are courtesy of Ghostscript, so the details are to be asked there. -- David Kastrup ___ lilypond-devel

Re: Documentation for the PDF produced by Lilypond

2012-01-07 Thread James
Felix, On 6 January 2012 14:51, Felix Kugel f.ku...@googlemail.com wrote: Is there any documentation about the pdf output format details? More specifically? We have http://lilypond.org/doc/v2.15/Documentation/internals/index.html which may be what you are looking for. -- -- James

Re: Documentation for the PDF produced by Lilypond

2012-01-07 Thread Felix Kugel
Hi James, thanks for that link. http://lilypond.org/doc/v2.15/Documentation/internals/index.html I'm about to write an interactive application for prima vista reading (in Java). I want to color played (and wrongly played) note heads, but the roundtrip from lilypond source to PDF is too slow

Re: Documentation for the PDF produced by Lilypond

2012-01-07 Thread Carl Sorensen
On Jan 7, 2012, at 10:14 AM, Felix Kugel f.ku...@googlemail.com wrote: Hi James, Using PDF manipulation libraries, i want to locate specific note head PDF objects and change their color. Therefore, i need to know the specific PDF structure produced by Lilypond, some kind of schema