lilypond-user
[Top][All Lists]
Advanced

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

Re: Roman numerals and figured bass


From: David Kastrup
Subject: Re: Roman numerals and figured bass
Date: Thu, 01 Mar 2012 17:56:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Nils <address@hidden> writes:

> On Wed, 29 Feb 2012 19:03:37 -0500
> Bryn Hughes <address@hidden> 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




reply via email to

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