Re: Generating music from a list of identifiers

2015-04-01 Thread David Kastrup
"Trevor Daniels" writes: > David Kastrup wrote Wednesday, April 01, 2015 8:36 PM >> Untested: >> >> #(simultaneous-music >> (filter ly:music? >>(map (lambda (x) (ly:parser-lookup parser x)) >> (map string->symbol AllMusicNames > > Thanks David. I must be gaining some small facili

Re: Generating music from a list of identifiers

2015-04-01 Thread Trevor Daniels
David Kastrup wrote Wednesday, April 01, 2015 8:36 PM > "Trevor Daniels" writes: > >> I'm struggling to find how to do the following: >> >> I have a list of the identifiers of variables which contain either music or >> #f and I'd like to generate the parallel music of all of them which contain

Re: Generating music from a list of identifiers

2015-04-01 Thread David Kastrup
"Trevor Daniels" writes: > Hi Schemers > > I'm struggling to find how to do the following: > > I have a list of the identifiers of variables which contain either music or > #f and I'd like to generate the parallel music of all of them which contain > music. I can do this by listing the identif

Re: Generating music from a list of identifiers

2015-04-01 Thread Trevor Daniels
Thanks Jan-Peter That's put me back on course! Trevor - Original Message - From: "Jan-Peter Voigt" To: Sent: Wednesday, April 01, 2015 12:45 PM Subject: Re: Generating music from a list of identifiers > Hi Trevor, > > I compiled a short example, that sh

Re: Generating music from a list of identifiers

2015-04-01 Thread Jan-Peter Voigt
Hi Trevor, I compiled a short example, that should give you some hints. HTH Jan-Peter Am 01.04.2015 um 13:18 schrieb Trevor Daniels: Hi Schemers I'm struggling to find how to do the following: I have a list of the identifiers of variables which contain either music or #f and I'd like to gen

Generating music from a list of identifiers

2015-04-01 Thread Trevor Daniels
Hi Schemers I'm struggling to find how to do the following: I have a list of the identifiers of variables which contain either music or #f and I'd like to generate the parallel music of all of them which contain music. I can do this by listing the identifiers explicitly, like this: AllMusic =