alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.58k stars 282 forks source link

Lisp function `part` got deleted in Alda 2 #484

Open UlyssesZh opened 1 year ago

UlyssesZh commented 1 year ago

The following plays in Alda 1 but not in Alda 2:

(part "piano") c d e f

Errors in Alda 2:

<no file>:1:2 unresolvable symbol: part

It seems that part function is deleted without mentioning in the migration guide.

daveyarwood commented 1 year ago

Good catch! I think we should add support for part in Alda 2 to be consistent.