Hi Nathan,

Can you tell me where the "extra space" is around these StaffGroups?

\version "2.18.2"

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

\layout {
  \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 StaffGroup <<
      \new Staff << c''1 >>
      \new Staff << c''1 >>
    >>
  >>
}

Thanks,
Kieren.
________________________________

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