MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / page-spacing-staff-group-hara-kiri.ly
blob18ae6d93fccc65bb6cf1c6287c40d602dc3d1dc4
1 \version "2.13.42"
3 \header {
4 texidoc = "StaffGrouper interacts correctly with \RemoveEmptyStaffContext.
5 In both systems, there should be a large space between the staff groups."
8 \layout {
9 \context {
10 \RemoveEmptyStaffContext
14 \paper {
15 ragged-right = ##t
18 \score {
20 \new StaffGroup = "G1" \with {
21 \override StaffGrouper #'staffgroup-staff-spacing #'basic-distance = #20
24 \new Staff { c'1 \break c'1 \break R1 }
25 \new Staff { c'1 R1 c'1 }
27 \new Staff { c'1 c'1 c'1 }