X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpage-spacing-staff-group-hara-kiri.ly;h=940e3ace8c87d2aa4026a840cd3d336bafe87738;hb=d7f0d49cb2f5f72714c3a253019b09e559432abe;hp=c89e123eda6a825f43a261fe31cd42735da05fd1;hpb=9f5bbe6e0a61c3aeee4bca5ecc0fa07acfd0df61;p=lilypond.git diff --git a/input/regression/page-spacing-staff-group-hara-kiri.ly b/input/regression/page-spacing-staff-group-hara-kiri.ly index c89e123eda..940e3ace8c 100644 --- a/input/regression/page-spacing-staff-group-hara-kiri.ly +++ b/input/regression/page-spacing-staff-group-hara-kiri.ly @@ -1,4 +1,4 @@ -\version "2.13.23" +\version "2.13.39" \header { texidoc = "StaffGrouper interacts correctly with \RemoveEmptyStaffContext. @@ -18,7 +18,7 @@ In both systems, there should be a large space between the staff groups." \score { << \new StaffGroup = "G1" \with { - \override StaffGrouper #'after-last-staff-spacing #'space = #20 + \override StaffGrouper #'staffgroup-staff-spacing #'space = #20 } << \new Staff { c'1 \break c'1 \break R1 } @@ -26,4 +26,4 @@ In both systems, there should be a large space between the staff groups." >> \new Staff { c'1 c'1 c'1 } >> -} \ No newline at end of file +}