On 03/22/2011 12:11 AM, Brent Annable wrote:

Lilypond always puts the continuo figures too far from the staff for my
taste. When I use an "\override BassFigure #'extra-offset" command, the
figures get closer but of course they start bumping into things. What I
want is to be able to tell Lilypond to put the figures a minimum
distance from the lower limit of the staff, or if the bass note is below
the staff, a minimum distance from the bass note.


Maybe something like

\layout {
  \context {
    \FiguredBass                        
    \override VerticalAxisGroup #'minimum-Y-extent = #'(-2 . -2)
  }
}

(took me a week to get around to reading your msg -- sorry)

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

Reply via email to