-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] karatemplater doesn't compute the right syllable styles #311
Comments
I'm not sure if the templater really should do that. I can see the use case, of course, but this feels out of bounds for the templater (which only really splits lines into syllables and doesn't have special handling for any other tags either). At the very least, this is not a bug, at most a feature request. If you wanted to, you could make your template do this using inline fx, i.e. replace your |
Okay I was under the impression that it was intended to compute syllable style, since there is no use for I'll open a new ticket as a feature request. |
|
My point was that style could be syllable specific if reset style tags were used and this is what I adressed in PR #313 |
When Applying Karaoke Template, the computed
syl.style
does not match the intended style when a\rStyle Name
tag was used.Example:
Using the template syl line
{\an5\pos(!line.left+syl.center!,!$middle!)\k!$start/10!\r!syl.style.name!\k$skdur}
, the computed style should be enforced on the generated lines.Before applying the the karaoke template:
After application:
Link to the example file I made to highlight the issue: example file.ass
The text was updated successfully, but these errors were encountered: