Richard,

  Try \override Staff.BassFigure #'Y-extent = #'(z.z . w.w.) where z
and w variables are numbers and that should have some sort of effect
on the position.

regards,

Shane


On Sat, Dec 15, 2012 at 1:21 PM, Richard Shann <richard.sh...@virgin.net> wrote:
> Sometimes the position of figured bass figures needs tweaking. Reading
> the manual I see Y-offset and padding mentioned as properties of
> BassFigureAlignmentPositioning but nothing for BassFigure, which I guess
> is the name of the layout object I would need to tweak.
>
> I have tried this:
>
> \version "2.16"
>
> VoiceI = { a a }
>
> BassFiguresLine = \figuremode {
>  \tweak #'Y-offset #10 < 6 4>4 < 5 4>4
> }
>
> \score {
> \new Staff   <<
>  \context Staff \BassFiguresLine
>  \new Voice \VoiceI
>>>
> }
>
> with Y-offset replaced by padding I get no effect either.
>
> Anyone have an idea what could be done to move a block of figures, or
> one figure up/down?
>
> Richard Shann
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to