]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-staff-group-nested.ly
Remove test numbering in display-lily-tests
[lilypond.git] / input / regression / page-spacing-staff-group-nested.ly
index 95124a7cbd2aef8c5c5024070a83b076f37c3351..0512020b5ed3be6ea15e71a5896b6e4a30720049 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.52"
+\version "2.14.0"
 
 \header {
   texidoc = "StaffGroups can be nested, in which case the inner StaffGroup wins."
@@ -6,7 +6,10 @@
 
 \score {
  <<
-   \new StaffGroup <<
+   \new StaffGroup \with {
+     \override StaffGrouper #'staffgroup-staff-spacing #'basic-distance = #15
+   }
+   <<
      \new Staff {
        c'1
      }