MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-staff-group-nested.ly
blob8a11e330b5ca6090abd8866511b35ed757ca6055
1 \version "2.13.52"
3 \header {
4 texidoc = "StaffGroups can be nested, in which case the inner StaffGroup wins."
7 \score {
8 <<
9 \new StaffGroup \with {
10 \override StaffGrouper #'staffgroup-staff-spacing #'basic-distance = #15
13 \new Staff {
14 c'1
16 \new StaffGroup \with {
17 \override StaffGrouper #'staffgroup-staff-spacing #'basic-distance = #20
18 } <<
19 \new Staff {
20 c'1
22 \new Staff {
23 c'1
26 \new Staff {
27 c'1