Hi again,

Here's another example, with interspersed single Staff contexts.
I can’t find any "extra space" above the groups…?

Best,
Kieren.

%%%  SNIPPET BEGINS
\version "2.18.2"

\paper {
  top-margin = 0
  top-system-spacing =
      #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) 
(stretchability . 0))
}

\layout {
  \context {
    \Score
    \override VerticalAxisGroup.staff-staff-spacing =
        #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) 
(stretchability . 0))
    \override VerticalAxisGroup.default-staff-staff-spacing =
        #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) 
(stretchability . 0))
  }
  \context {
    \StaffGroup
    \override VerticalAxisGroup.staff-staff-spacing =
        #'((basic-distance . 0) (minimum-distance . 0) (padding . 0) 
(stretchability . 0))
  }
}

\score {
  <<
    \new StaffGroup <<
      \new Staff << c''1 >>
      \new Staff << c''1 >>
    >>
    \new Staff << c''1 >>
    \new StaffGroup <<
      \new Staff << c''1 >>
      \new Staff << c''1 >>
    >>
    \new Staff << c''1 >>
    \new Staff << c''1 >>
  >>
}
%%%  SNIPPET ENDS
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to