"Track" block uses incorrect way of coding causing playing them to not work

The "Track" block from Tune scope library use an incorrect way of coding, causing it to result in this:

Where it is supposed to be:

This causes the "Play tracks" block to fail.

Analysis

The coding inside the block has this code:

The correct code would be:

You're meant to put the notes in a list first

Or by using the measure reporter

And of course if you want to get real fancy with multiple measures