Re: Hook like \AtEndDocument

2013-12-07 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org Check out URL:http://lsr.dsi.unimi.it/LSR/Item?id=630. It's not clear to me why this is not in URL:http://lilypond.org/doc/v2.16/Documentation/snippets/ since it is in the LilyPond tree under Documentation/snippets and it seems

Re: Hook like \AtEndDocument

2013-12-07 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: - Original Message - From: David Kastrup d...@gnu.org Check out URL:http://lsr.dsi.unimi.it/LSR/Item?id=630. It's not clear to me why this is not in URL:http://lilypond.org/doc/v2.16/Documentation/snippets/ since it is in the LilyPond tree

Re: Hook like \AtEndDocument

2013-12-07 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: Phil Holmes m...@philholmes.net Cc: Lilypond-User lilypond-user@gnu.org Sent: Saturday, December 07, 2013 4:14 PM Subject: Re: Hook like \AtEndDocument Phil Holmes m...@philholmes.net writes: - Original Message - From

Hook like \AtEndDocument

2013-12-03 Thread Urs Liska
Hi all, is there a way to hook into the compilation process that allows me to do something when all parsing has been done? Concretely I want to use a Scheme function to collect information during the parsing (something like a log) and want to output this in sorted form to an external file.

Re: Hook like \AtEndDocument

2013-12-03 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Hi all, is there a way to hook into the compilation process that allows me to do something when all parsing has been done? Concretely I want to use a Scheme function to collect information during the parsing (something like a log) and want to output

Re: Hook like \AtEndDocument

2013-12-03 Thread Urs Liska
Am 03.12.2013 10:16, schrieb David Kastrup: Urs Liska u...@openlilylib.org writes: Hi all, is there a way to hook into the compilation process that allows me to do something when all parsing has been done? Concretely I want to use a Scheme function to collect information during the parsing

Re: Hook like \AtEndDocument

2013-12-03 Thread Jan-Peter Voigt
Hi Urs, Am 03.12.2013 11:12, schrieb Urs Liska: OK, trying to digest this. Do I get this right when I say: - write a function annotate to be used in the main input file. This function saves some information (say location plus a comment) to an internal structure that is defined

Re: Hook like \AtEndDocument

2013-12-03 Thread Urs Liska
Am 03.12.2013 11:41, schrieb Jan-Peter Voigt: Hi Urs, Am 03.12.2013 11:12, schrieb Urs Liska: OK, trying to digest this. Do I get this right when I say: - write a function annotate to be used in the main input file. This function saves some information (say location plus a comment) to an