X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpage-spacing-bottom-spring.ly;fp=input%2Fregression%2Fpage-spacing-bottom-spring.ly;h=dc29d10c4e708ec085a7f5689d8ace0468ecb544;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-spacing-bottom-spring.ly b/input/regression/page-spacing-bottom-spring.ly new file mode 100644 index 0000000000..dc29d10c4e --- /dev/null +++ b/input/regression/page-spacing-bottom-spring.ly @@ -0,0 +1,20 @@ +\version "2.14.0" +#(set-default-paper-size "a6") + +\book { + \header { + texidoc = "The spring at the bottom of a page is fairly flexible (much more so +than the one at the top), so it does not drag the staff to the bottom of the +page. However, it is sufficiently stiff to cause stretching." + } + + \paper { + ragged-last-bottom = ##f + } + + \new StaffGroup + << + \new Staff c'1 + \new Staff c'1 + >> +} \ No newline at end of file