lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable extra space around StaffGroup?


From: Kieren MacMillan
Subject: Re: Disable extra space around StaffGroup?
Date: Tue, 20 Feb 2018 22:32:34 -0500

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: address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]