]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-overflow-compression.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / page-overflow-compression.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "
5 Layouts that overflow a page will be compressed in order to fit on
6 the page, even if it causes collisions.  In this example, the
7 tagline should not collide with the bottom staff.
8 "
9 }
10
11 \paper {
12   paper-height= 8\cm
13 }
14
15 \book {
16   \repeat unfold 3 { g'''1\mark \markup "Long Text" g'''1\break}
17 }