On Wed, Jan 7, 2009 at 12:58 PM, Carl D. Sorensen wrote:
>
> On 1/7/09 12:03 PM, "Patrick McCarty" wrote:
>>
>>> A syntax that would not require a convert-ly rule would be
>>>
>>> acciaccatura =
>>> #(def-grace-function startAcciaccaturaMusic stopAcciaccaturaMusic
>>> (_i "Here is the docstring.
2009/1/7 Carl D. Sorensen :
> You can also paste the following in at the guile> prompt, which is obtained
> by typing
>
> guile
>
> in a terminal window:
>
> (define (test-opt-args arg1 arg2 . t-opt-args arg1 arg2 . rest)
> (display "arg1 ")(display arg1)(newline)
> (display "arg2 ")(display a
On 1/7/09 12:03 PM, "Patrick McCarty" wrote:
> On Wed, Jan 7, 2009 at 7:40 AM, Carl D. Sorensen wrote:
>>
>> On 1/7/09 12:51 AM, "Patrick McCarty" wrote:
>>>
>>> For A., using acciaccatura as an example, I propose the following syntax:
>>>
>>> acciaccatura =
>>> #(def-grace-function (_i "
On Wed, Jan 7, 2009 at 7:40 AM, Carl D. Sorensen wrote:
>
> On 1/7/09 12:51 AM, "Patrick McCarty" wrote:
>>
>> For A., using acciaccatura as an example, I propose the following syntax:
>>
>> acciaccatura =
>> #(def-grace-function (_i "add docstring") startAcciaccaturaMusic
>> stopAcciaccaturaMusi
Hi Patrick,
On 1/7/09 12:51 AM, "Patrick McCarty" wrote:
> 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 doc