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:05:57 -0500

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




reply via email to

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