lilypond-user
[Top][All Lists]
Advanced

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

vertical spacing of StaffGroup


From: Werner LEMBERG
Subject: vertical spacing of StaffGroup
Date: Fri, 17 Mar 2006 10:16:35 +0100 (CET)

What must I do to make

  \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10)

work for the `StaffGroup' context?  I want a score layout like this
(each horizontal line represents a staff):


      /
      |-----------|             \new StaffGroup = "sg1" <<
      |-----------|               \new Staff = "s11" {...}
      |-----------|               \new Staff = "s12" {...}
      \                           \new Staff = "s13" {...}
      |                         >>
      |
      /                         \new StaffGroup = "sg2" <<
      |-----------|               \new Staff = "s21" {...}
      |-----------|               ...
      |-----------|
      \
      |
      |
      /
      |-----------|
      |-----------|
      |-----------|
      \


I could fiddle with VerticalAxisGroup of single staff lines, but...
I could also insert invisible staves, but...


    Werner




reply via email to

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