lilypond-user
[Top][All Lists]
Advanced

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

Re: decreasing spacing between staves


From: Mats Bengtsson
Subject: Re: decreasing spacing between staves
Date: Mon, 09 Feb 2009 00:30:05 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

You say that you tried adjusting the minimum-Y-extent, but
did try doing it both for the Staff and the TabStaff context?
The following should get rid of any extra space:
\layout{
 \context{
   \Staff
   \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
 }
 \context{
   \TabStaff
   \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
 }
}

  /Mats

Eric Flesher wrote:
Greetings,

I've looked high and low for the solution to this (rather basic, IMO) problem,
and seem to be coming up empty-handed:

I have a score that requires a single-line tablature staff above the main staff,
which contains pitches. I need to find a way to decrease the space between the
tablature staff and the main one such that it generally is not more than 2
spaces (i.e. staff spaces) above the main staff, but yet will move higher if
needed to avoid collisions with leger lines, articulations, etc. Noteheads
between these two staves will typically be beamed together (i.e. cross-staff
beaming).

Adjusting the minimum-Y-extent of VerticalAxisGroup does not seem to have the
desired effect (staves are too far apart); adjusting offsets in NonMusicalPaperColumn is possible, but only doable at the very last stage, i.e. once all other input is done.
So, is there an easy (and hopefully intuitive) way to decrease space between two
staves (even if the score were to contain more than 2 staves) globally, without
having to set system breaks, such that the layout will default to a narrower
vertical spacing for those staves?

Thanks,
EF



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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