Select Notes From a Notelist or Notegroup (select)
Handel allows you to select into (or index into) a notelist or a notegroup.
select 0 from group
in Handel is conceptually the equivalent of group[0]
(the second does not exist in Handel)
The syntax for selecting a random subset of notes (a notelist) from another notelist is:
select somedigit from notelist
Below is an example program that uses a select expression: