Added repeat item to subdivisions
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
modifier: /[#b]/
|
||||
|
||||
// Variable assignment
|
||||
assignment: variable ass_op (list | pitch_class | random_integer | random_pitch | cycle | list_op)
|
||||
assignment: variable ass_op (list | pitch_class | random_integer | random_pitch | cycle | list_op | repeat_item)
|
||||
ass_op: /[=~]/
|
||||
variable: /[A-Z]/
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
// Subdivision
|
||||
subdivision: "[" subitems "]"
|
||||
subitems: (pitch_class | random_integer | random_pitch | rest | oct_mod | oct_change | WS | chord | named_roman | cycle | subdivision | list | list_op | range)*
|
||||
subitems: (pitch_class | random_integer | random_pitch | rest | oct_mod | oct_change | WS | chord | named_roman | cycle | subdivision | list | list_op | range | repeat_item)*
|
||||
|
||||
// Control characters modifying future events
|
||||
oct_mod: octave WS
|
||||
|
||||
Reference in New Issue
Block a user