2010/6/27 Siegmund <sven.siegm...@gmail.com>:

> Hello,
>
> I arrange songs for diatonic button accordion. The easy ones have a
> simple bass accompaniment which can be played with two or four bass
> buttons. To write this accompaniment easily with Lilypond, I thought
> about (mis)using the figured bass notation for it. The figures of the
> figured bass notation and their placement with respect to the melody
> notes would state which of the bass buttons has to be pressed at which
> time.
>
> However, I'd like to change font size of the figured bass. I'd like to
> have it a bit smaller, maybe not quite as small as the guitar
> fingering font size. Please show me how can I do that in my minimal
> example:

Hi!

Funny, I replied to exactly the same question on the LilyPond French
Users mailing list two months ago.

Within "\new FiguredBass":

  \override FiguredBass.BassFigure #'font-size = #-1

OR else  ou bien

  \layout {
    \context {
      \FiguredBass
      \override BassFigure #'font-size = #-1
    }
  }

Cheers,
Xavier

--
Xavier Scheuer <x.sche...@gmail.com>

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

Reply via email to