> { a16.*8/9 [32*4/3] 16.*8/9 32*4/3 > a16.*8/9 [32*4/3] 16.*8/9 [32*4/3] > ...
Please be aware that LilyPond handles `[` and `]` as suffixes, i.e., they are to be *appended* to a note or chord. Attaching `[` to the left of the following note or chord might thus be confusing. Consequently, I suggest to write this as ``` { a16.*8/9[ 32*4/3] 16.*8/9 32*4/3 a16.*8/9[ 32*4/3] 16.*8/9[ 32*4/3] ... ``` instead. Werner