lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: function lookup


From: Carl D. Sorensen
Subject: Re: function lookup
Date: Sun, 14 Dec 2008 10:34:31 -0700



On 12/14/08 7:00 AM, "John Mangual" <address@hidden> 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" in any scheme
file.

Carl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]