Hey Leo!
I love how lyrics works on AbleSet, but, do you think it could be possible in the future to set the color for the current active line while keeping previous and next lines white/faded? That could be a general setting (i.e. Vocals +LYRICS [yellow]).
This is something you can do using custom styles. Just paste the following into your styles.css file:
.lyrics .line:not(.active) .lyrics-line p {
color: white;
}
This makes all lyrics lines other than the current one white. You can then define the color of the highlighted line either per clip or for the entire track by adding it like in your example.
Hey Léo! This is working great, but I wonder if it could be possible to modify the script so that active line will always be the [colour] in the track name, inactive lines will be white unless you modify the [colour] in the clip name.
i.e.: we have a guest singer and I am able to assign a different colour to his inactive lines while keeping the active line let’s say yellow. So that: active line is yellow, main singer inactive lines are white, guest singer inactive lines are blue.