Pierre-Luc Gauthier <[email protected]> writes:

> 2016-03-24 11:26 GMT-04:00 Simon Albrecht <[email protected]>:
>> An alist being a list of list you should be able to write
>>
>> midiDrumPitches = #(append midiDrumPitches
>>                      `((key . ,(ly:make-pitch 0 6  FLAT))
>>                        (cr . ,(ly:make-pitch 1 1 NATURAL))
>>                        (bell . ,(ly:make-pitch 1 5 NATURAL))
>>                        ))
>
> Scheme 101 I guess.
>
> It sure did the trick!

Anything wrong with

midiDrumPitches.key = bes'
midiDrumPitches.cr = d''
midiDrumPitches.bell = a''

Look Ma, no Scheme!

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to