-
Notifications
You must be signed in to change notification settings - Fork 14
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
If verse number is present carry it next line #23
Conversation
Going to close this i think this might too custom to be in this package. If not let me know and ill reopen |
Yes, I think this is too custom to be in a package. We can achieve this using the directive I mentioned in the issue. |
I agree, for now I'll keep pulling from my fork when I have time to reformat all my lyrics I'll add this. |
Great, thank you so much. |
i changed the example to
if the verse number is present move it to the side.
linked to #21
This does add a bit of padding to the side which i like, I wrap all of this in a if statement and pass in a new bool to LyricsRenderer called
formatVerse
if this is a change you want.