Skip to content
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

Open
reckel-jm opened this issue Jul 3, 2022 · 3 comments
Open

Adjust text font size in lilypond #289

reckel-jm opened this issue Jul 3, 2022 · 3 comments

Comments

@reckel-jm
Copy link

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, changing staffsize has also an influence of the text font which is not what I want.

@reckel-jm
Copy link
Author

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?

@eefweenink
Copy link

eefweenink commented Jul 4, 2022 via email

@reckel-jm
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants