X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-staff-group.ly;fp=input%2Fregression%2Fpage-spacing-staff-group.ly;h=ba2552ecb3dade983539805e5a49b0d87144a6e3;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/page-spacing-staff-group.ly b/input/regression/page-spacing-staff-group.ly new file mode 100644 index 0000000000..ba2552ecb3 --- /dev/null +++ b/input/regression/page-spacing-staff-group.ly @@ -0,0 +1,30 @@ +\version "2.14.0" + +#(set-default-paper-size "a6") + +\book { + + \header { + texidoc = "By default, the staves within a StaffGroup are spaced more +closely than staves not in a StaffGroup." + } + + \paper { + ragged-last-bottom = ##f + } + + << + \new StaffGroup + << + \new Staff c'1 + \new Staff c'1 + \new Staff c'1 + >> + \new StaffGroup + << + \new Staff c'1 + \new Staff c'1 + \new Staff c'1 + >> + >> +} \ No newline at end of file