Re: documenting public Scheme functions

2015-04-07 Thread Paul Morris
This is fantastic, thanks David! -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/documenting-public-Scheme-functions-tp174145p174189.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing

Re: documenting public Scheme functions

2015-04-07 Thread Thomas Morley
2015-04-07 23:40 GMT+02:00 Gilles THIBAULT : > Le mardi 7 avril 2015, 06:12:12 Pierre Perol-Schneider a écrit : >> Hi David, >> Simply thank you very, very much!! > +1 Great! thanks, Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://

Re: documenting public Scheme functions

2015-04-07 Thread Gilles THIBAULT
Le mardi 7 avril 2015, 06:12:12 Pierre Perol-Schneider a écrit : > Hi David, > Simply thank you very, very much!! +1 It works also with Lilypond 2.18.2 -- Gilles ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinf

Re: documenting public Scheme functions

2015-04-06 Thread Pierre Perol-Schneider
Hi David, Simply thank you very, very much!! Cheers, Pierre 2015-04-07 3:39 GMT+02:00 David Nalesnik : > > > On Mon, Apr 6, 2015 at 6:53 PM, David Nalesnik > wrote: > >> Hi list, >> >> Here's something which I think will be useful to Schemers. >> >> Public functions written in Scheme aren't docu

Re: documenting public Scheme functions

2015-04-06 Thread David Nalesnik
On Mon, Apr 6, 2015 at 6:53 PM, David Nalesnik wrote: > Hi list, > > Here's something which I think will be useful to Schemers. > > Public functions written in Scheme aren't documented (except in the > source). (The list of "Scheme functions" in the Internals Reference > consists of functions de

Re: documenting public Scheme functions

2015-04-06 Thread David Nalesnik
On Mon, Apr 6, 2015 at 6:53 PM, David Nalesnik wrote: > > > Also, "pure-unpure-containers" ... > unpure-pure... ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

documenting public Scheme functions

2015-04-06 Thread David Nalesnik
Hi list, Here's something which I think will be useful to Schemers. Public functions written in Scheme aren't documented (except in the source). (The list of "Scheme functions" in the Internals Reference consists of functions defined in C++ which are available in Scheme.) The attached will prod