2016-05-08 2:28 GMT+02:00 Sam Bivens :
> Hi all,
>
> Attached, I show my solutions for two figured bass tweaks: first, a
> parenthesized (not bracketed) figure; and second, a lone integer on the
> "lower line."
>
> The work-arounds are good enough for now, I'm just curious if anyone has any
> bette
Hi Sam,
How about:
\version "2.19.40"
line = {
c'1 |
d' |
}
figs = \figuremode {
< 7 >2 <\markup\concat {( \tiny\number "6" ) } > |
< 5_3 > < \markup\tiny\number\transparent "5" _3 > |
}
\score {
<<
\new Staff \line
\new FiguredBass \figs
>>
}
Cheers,
Pierre
2016-05-08 2