lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical spacing of StaffGroup


From: Han-Wen Nienhuys
Subject: Re: vertical spacing of StaffGroup
Date: Tue, 21 Mar 2006 02:20:04 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Werner LEMBERG wrote:
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):

You can't, technically: StaffGroup is just a bunch of staves with a bracket in front, and spanning bar lines.



      /
      |-----------|             \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...

If you're inserting something invisible, I'd recommend a Lyrics context. You have to make sure it's not hara-kiri'd though.

--

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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