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: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user