-
Notifications
You must be signed in to change notification settings - Fork 35
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
Layout #187
Comments
It's quite difficult to control the layout. In your case, I suggest to use the pageFormat tag. |
Yes, but how? I'm trying settings, none of them extends the page to the right. When I enlarge the width/height, the printing becomes smaller. |
Using the left margin (lm) parameter of \pageFormat should help to center the image, you could also set the page width (w) to a lower value. If you really want to extend the rendering width, you might achieve that with the engine settings but that's more difficult to manage. |
This one for example
Shows correctly If i add one more measure
It breaks where it could easily hold more measures. If I increase the width in the Draw description it doesn't take it, still wants to break. |
WIth |
I managed to do it with the aid of \set<autoSystemBreak="off",autoPageBreak="off"> and \newLine Btw here is a direct link to the score editor (which auto updates when I update it), if you have Windows >= 10 you can try it. |
Fine! |
This is the output when using GuidoResizePageToMusic.
How do I tell the formatter to take the entire width before breaking to next line?
Basically, I have difficulties understanding the layout mechanism. When painting on screen and when printing, I want it to take the full width.
The text was updated successfully, but these errors were encountered: