]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/page-spacing-staff-group-nested.ly
Change the behavior of nested StaffGroupers.
[lilypond.git] / input / regression / page-spacing-staff-group-nested.ly
index 95124a7cbd2aef8c5c5024070a83b076f37c3351..8a11e330b5ca6090abd8866511b35ed757ca6055 100644 (file)
@@ -6,7 +6,10 @@
 
 \score {
  <<
-   \new StaffGroup <<
+   \new StaffGroup \with {
+     \override StaffGrouper #'staffgroup-staff-spacing #'basic-distance = #15
+   }
+   <<
      \new Staff {
        c'1
      }