Nils <l...@nilsgey.de> writes:

> On Wed, 29 Feb 2012 19:03:37 -0500
> Bryn Hughes <bryn.hug...@gmail.com> wrote:
>
>> Hello,
>> 
>> Is there a way to have lilypond render bass figures that are any smaller? I
>> have been working with the \set fontSize = # command, but it doesn't seem
>> to do anything to the figures ( I can change the size of noteheads, etc.
>> without any difficulty).
>> Bryn Hughes
>
> in your layout block:
> \layout{
>   \context { \FiguredBass    
>     \override BassFigure #'font-size = # -2
>     }
> }

Once <URL:http://code.google.com/p/lilypond/issues/detail?id=2358>
passes, you can also write this as

\layout { \override FiguredBass.BassFigure #'font-size = -2 }

-- 
David Kastrup


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

Reply via email to