In the openmusic documentation page, rhythm trees says: A rhythm tree is a list representing a rhythmic structure. This list is organized hierarchically in sub lists , etc.
As I tried to use diferent fuctions in the voice’s tree output, it seems that the output is a list with two elements. The first element is the number of measures and the second element is the time signature with its subdivisions. If I’m not wrong, this second element is a sub list. I’d like to access that.
I tried many list functions and all yield the same result, a list with two elements. For example, connecting a lisp lenght function outputs “2”.
How do I access the sub list?