Re: [frogs] Adding docstring support to def-grace-function |
[ Thread Index |
Date Index
| More lilynet.net/frogs Archives
]
- To: frogs@xxxxxxxxxxx
- Subject: Re: [frogs] Adding docstring support to def-grace-function
- From: "Patrick McCarty" <pnorcks@xxxxxxxxx>
- Date: Wed, 7 Jan 2009 11:08:45 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=OQd5/D+wi7eudntzI3hLifsIwQzS+Kf4cHGRWf66NuI=; b=NQGPR0Hc6BgqRYQCsxs3aYEt1+E5uAnu9djLMLFu1vsk52QZUW+IwA4ddR9IMCpjRF U4kB36STpjG17EV7GWS7HmpbVOx7DAxZsaZIoUA5AWYDya3d2W2F7Dc/i03BkNUYd4MV p8MmrQlFmyClcSGMSNW+0I66SqxnPBns8rHtc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=D/DqtB/dGet487qPzC9zYqRDx5Gp8IxUl0mE5i0uB4Y2YiZPYE8uzgqVwcs65w+ins LOe5xVBBuRb1CO/Hc7colNDotVtmtfQeqbOLI4AJclRm1Kj/REWqPpN8JrcpZnE/IjnX Q7/QFn5WNd0CWRNyYSQN6sdtv8sdQl5c8ZXHQ=
Hi Marek,
Great! I would willing to answer any of your questions.
Thanks,
Patrick
On Wed, Jan 7, 2009 at 1:05 AM, Marek Klein <marek@xxxxxxxxxxxxx> wrote:
> Hi Patrick,
> if I can count with your help, I would like to try it.
>
> --
> Marek Klein
> http://gregoriana.sk
>
>
> 2009/1/7 Patrick McCarty <pnorcks@xxxxxxxxx>
>>
>> Hi Frogs,
>>
>> This issue was recently mentioned on the mailing list:
>>
>> There are three music functions in Appendix B14 that cannot have
>> docstrings. These functions are:
>>
>> acciaccatura
>> appoggiatura
>> grace
>>
>> The reason docstrings cannot be added is because these functions are
>> defined *indirectly* through the def-grace-function procedure. You
>> can find the definition of def-grace-function in
>> scm/music-functions.scm.
>>
>> In order to add docstrings to these three functions, we have to do two
>> things:
>>
>> A. Decide on the syntax
>> B. Revise the definition of def-grace-function to accomodate docstrings
>>
>> For A., using acciaccatura as an example, I propose the following syntax:
>>
>> acciaccatura =
>> #(def-grace-function (_i "add docstring") startAcciaccaturaMusic
>> stopAcciaccaturaMusic)
>>
>> Is anyone else interested in tackling B. ? I can work on it if nobody
>> is interested.
>>
>> Thanks,
>> Patrick
---
----
Join the Frogs!