lilypond-user
[Top][All Lists]
Advanced

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

Re: Using Scheme


From: Nicolas Sceaux
Subject: Re: Using Scheme
Date: Sat, 13 May 2006 17:51:37 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Graham Percival <address@hidden> writes:

> On 12-May-06, at 11:37 AM, Nicolas Sceaux wrote:
>>   manBeam =
>>   #(define-music-function (parser location beg-end)
>>                           (cons?)
>>     #{ \once \override Beam #'positions = #$beg-end #})
>>
>>   \manBeam #'(3 . 6)
>>   \manBeam #(cons 3 6)
>
> Are you sure about that (cons?)  ?  

Sorry!!!!
I was thinking about CL CONSP.
That should be: pair?




reply via email to

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