]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/optimal-page-breaking-hstretch.ly
* scm/page.scm (make-page): make it friendlier to call (esp. from C++)
[lilypond.git] / input / regression / optimal-page-breaking-hstretch.ly
1 \version "2.9.13"
2
3 \header{
4     texidoc="The optimal page breaker will stretch the
5 systems horizontally so that the vertical spacing will be
6 more acceptable. The page-spacing-weight parameter
7 controls the relative importance of vertical/horizontal
8 spacing.
9 "
10 }
11
12 \paper {
13   #(define page-breaking ly:optimal-breaking)
14   page-spacing-weight = #10
15   ragged-last-bottom = ##f
16 }
17
18 \relative c' {
19   \repeat unfold 5 {a b c d}
20 }
21
22