2015-01-17 1:20 GMT+01:00 Thomas Morley <[email protected]>:
> 2015-01-17 0:21 GMT+01:00 [email protected] <[email protected]>:
>> On 2015-01-17 00:16, Jay Anderson wrote:
>>>
>>> On Fri, Jan 16, 2015 at 4:02 PM, [email protected] <[email protected]>
>>> wrote:
>>>>
>>>> I store two pitches in a pair variable
>>>> x = #'(b . cis')
>>>>
>>>
>>> pitches = #(cons #{ b #} #{ cis' #})
>>> #(display (ly:pitch? (car pitches))) => #t
>>>
>>
>> Ok that works but looks really bad....
>> I liked the clean way the #'(b . cis') looks.
>>
>> Is there some other way of storing two pitches and accessing each one in a
>> music-function?
>>
>> // Anders
>
>
> How about:
>
> #(display (event-chord-pitches #{ < b cis' > #}))
>
> Cheers,
> Harm
#(display (event-chord-pitches #{ b cis' #}))
works as well
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user