On 29/08/2019 20:57, Stefano Antonelli wrote:
I understand that the pattern does not fit 4 times on a line. How to
do so is one of my questions. Increasing the length of the line
doesn't appear to have any effect. Though theoretically with a large
enough paper size it should fit. Followed by a "fit to paper size"
when printing to letter size. I intend to explore that option next.
I feel that it should be possible to scale "something" in lilypond to
do the same thing, but I haven't figured that out yet.
Increasing the paper width will achieve what you want, if I understand
your requirement correctly.
\paper {
#(set-paper-size "a3")
indent = 0
left-margin = 5\mm
line-width=#287
ragged-right = ##f
ragged-bottom = ##t
}
Alternatively, reduce the font size
\paper {
#(set-paper-size "a4")
#(layout-set-staff-size 13.0)
indent = 0
left-margin = 5\mm
line-width=#200
ragged-right = ##f
ragged-bottom = ##t
}
--
Timothy Lanfear, Bristol, UK.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user