]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/page-spacing-bottom-spring.ly
f7802af0437887ed8a5eb1e2b74ff2b34b910d05
[lilypond.git] / input / regression / page-spacing-bottom-spring.ly
1 \version "2.13.2"
2 #(set-default-paper-size "a6")
3
4 \book {
5   \header {
6     texidoc = "The spring at the bottom of a page is fairly flexible (much more so
7 than the one at the top), so it does not drag the staff to the bottom of the
8 page.  However, it is sufficiently stiff to cause stretching."
9   }
10
11   \paper {
12     ragged-last-bottom = ##f
13   }
14
15   \new StaffGroup
16   <<
17     \new Staff c'1
18     \new Staff c'1
19   >>
20 }