Actually i was more interested by the timing format, which is not included in your example.
The easiest way for me to implement it would be to have the first column in seconds, something like:
[Time],[Artist Name],[Song Title],[Album Name]
0, Taylor Swift,Blank Space,1989
194, Divine Inspiration,The Way,The Way
So, when the audio file reaches the 194 second, the title would change to the second line.
Is it ok?