I have a form for modifying songs in which you can add/remove links to artists with a special text field having tokenInput capability for auto-completion. This field looks like this:

Of course, the final version will not say Artist wiki links text, don't worry about that. My problem is that I want the user to be able to add descriptions to the relation between the song and the artists. So, for example, McCartney, Paul is a composer and a bass-player on that song, and Lennon, John is an author and guitar-player. Furthermore, these descriptions also need an auto-complete feature...
So the question is: How can I provide this to the user in a lean and intuitive way?
P.S If anyone can think of a better title for this question, I'm very much interested because I don't think my title is very good right now...