Re: function lookup

2008-12-15 Thread John Mangual
So there is a distinction between parser keywords and music functions? On Sun, Dec 14, 2008 at 12:43 PM, Neil Puttock wrote: > Hi John, > > 2008/12/14 John Mangual : > > how would i go about looking up the scheme source code for a specific > > function like "transpose" or "tuple" or "key" > > It

Re: function lookup

2008-12-14 Thread Mats Bengtsson
John Mangual wrote: how would i go about looking up the scheme source code for a specific function like "transpose" or "tuple" or "key" \transpose and \key are implemented in C++ code, not in Scheme and as far as I know there is no \tuple command. /Mats

Re: function lookup

2008-12-14 Thread Neil Puttock
Hi John, 2008/12/14 John Mangual : > how would i go about looking up the scheme source code for a specific > function like "transpose" or "tuple" or "key" It depends on whether the function is a parser keyword or music function; if it's the latter (you can check this by looking at appendix B.14,

Re: function lookup

2008-12-14 Thread Carl D. Sorensen
On 12/14/08 7:00 AM, "John Mangual" wrote: > how would i go about looking up the scheme source code for a specific function > like "transpose" or "tuple" or "key" >From your lilypond source directory, enter grep transpose scm/*.scm which will give you a list of all occurences of "transpose"

function lookup

2008-12-14 Thread John Mangual
how would i go about looking up the scheme source code for a specific function like "transpose" or "tuple" or "key" ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel