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
    }
}

Nils
http://www.laborejo.org

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

Reply via email to