lilypond-user
[Top][All Lists]
Advanced

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

Re: Tweaking the positions of figured bass figures.


From: Shane Brandes
Subject: Re: Tweaking the positions of figured bass figures.
Date: Sat, 15 Dec 2012 16:28:52 -0500

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 <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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