Adding rest and subdivision to new repeat syntax

This commit is contained in:
2023-02-24 16:51:10 +02:00
parent 0d285a63eb
commit 864b110931
2 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@
// Repeats
repeat: "[:" sequence ":" [number] "]"
repeat_item: (pitch_class | list | random_integer | cycle) ":" number
repeat_item: (pitch_class | list | random_integer | cycle | rest | subdivision) ":" number
// List
list: prefix* "(" sequence ")"