]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/one-page-breaking.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / one-page-breaking.ly
1 \version "2.19.36"
2
3 \header {
4   texidoc = "The @var{ly:one-page-breaking} algorithm puts everything
5 on one page by adjusting the page-height to fit the content.
6 "
7 }
8
9 \paper {
10   paper-width = 120
11   page-breaking = #ly:one-page-breaking
12 }
13
14 \include "typography-demo.ly"