Lyrics like Film subtitles ( just the current lyrics, no previous lyrics, no next lyrics)?

Hello,

Anybody knows how to configure lyrics (or canvas) so they behave like film subtiltle ?
(Just one line appearing at a time, no scroll, no previous line/ no next line) ?
Best regards
Arnaud

Hey @Arnaud_V, if you’re using the AbleSet 3 beta, you could build a custom canvas for this. Just add a label to the canvas and set its value to this:

${osc("/lyrics/[slug]/current") ?? ""}

This will display the current lyrics line if there is one, and otherwise an empty string. [slug] is the name of your lyrics track, in lowercase. You’ll see it in the URL of your browser when you open the lyrics track on the lyrics page.

Let me know if this helps :slight_smile:

1 Like

Hey Leo,
thank you for your answer.
I use version 3.0.0-beta 10.
I copy paste your value in a label canvas and I change [slug] with my vocal track name [vocal] but nothing seems to appear. My label stay empty.

Best regards

Did you try it without the brackets?

1 Like

Thank you very much @iamderkis !
That was the problem :face_with_hand_over_mouth:

Best regards
Arnaud

1 Like