]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-staff-group-hara-kiri.ly
vert. spacing: Convert affected regtests, clean up.
[lilypond.git] / input / regression / page-spacing-staff-group-hara-kiri.ly
index c89e123eda6a825f43a261fe31cd42735da05fd1..940e3ace8c87d2aa4026a840cd3d336bafe87738 100644 (file)
@@ -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
+}