Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 \version "2.19.36" | 1 \version "2.19.36" |
2 | 2 |
3 \header { | 3 \header { |
4 texidoc = "The @var{ly:one-page-breaking} algorithm puts everything | 4 texidoc = "The @var{ly:one-page-breaking} algorithm puts everything |
5 on one page by adjusting the page-height to fit the content. | 5 on one page by adjusting the page-height to fit the content. |
6 " | 6 " |
7 } | 7 } |
8 | 8 |
9 \paper { | 9 \paper { |
10 paper-width = 120 | 10 paper-width = 120 |
11 page-breaking = #ly:one-page-breaking | 11 page-breaking = #ly:one-page-breaking |
12 } | 12 } |
13 | 13 |
14 \include "typography-demo.ly" | 14 \include "typography-demo.ly" |
15 | |
LEFT | RIGHT |