"Trevor Daniels" <t.dani...@treda.co.uk> 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 facility
> with Scheme now, as I can understand this immediately
> and appreciate its elegance!  It was using
> simultaneous-music that was escaping me, so thanks to
> you (and Jan-Peter) for pointing that out to me.

You can write

<< #@(filter ly:music? ...) >>

instead if the name escapes you.

-- 
David Kastrup

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to