-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adjust text font size in lilypond #289
Comments
I now found out that I can manipulate the lyrics font size in Lilypond via setting the layout option as following:
Is there any option to setup this globally in lyluatex instead of having to insert it in every Lilypond file? |
I did not try it, but maybe:
Create a "init.ly<http://init.ly>" file and insert this in every Lilypond file:
Then you have central place to change settings.
Op 4 jul. 2022, om 10:19 heeft Jan Martin Reckel ***@***.******@***.***>> het volgende geschreven:
I now found out that I can manipulate the lyrics font size in Lilypond via setting the layout option as following:
\layout { \override Lyrics.LyricText.font-size = #2.2 } (or any other font size)
Is there any option to setup this globally in lyluatex instead of having to insert it in every Lilypond file?
—
Reply to this email directly, view it on GitHub<#289 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOERR2KAWDFAVTXAXDDKRG3VSKNAXANCNFSM52QZFDZQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hey, thank you for that suggestion! It works great! However, maybe there would be the opportunity to add this as a config option in llyluatex, so it can be configured globally without manipulation of the lilypond files. |
Hello,
I am wondering if there is a way to adjust the text font size of the lyrics in Lilypond to the same as the document no matter how big the staffsize is. I understand that with the option
staffsize
I can influence the size of the score as a whole. However, changingstaffsize
has also an influence of the text font which is not what I want.The text was updated successfully, but these errors were encountered: