On 23 January 2012 01:56, Nils <[email protected]> wrote:
> Is there no way to make a bass-figure transparent oder set the color
> to white for one figure in a "chord" only?
You can use a non-printed bass extender.
%%%% Snippet
\version "2.15.26"
\score {
<<
\new Staff \relative c, {
\clef bass
c c c c |
}
\new FiguredBass \figuremode {
\bassFigureExtendersOn
\override FiguredBass.BassFigureContinuation #'stencil = ##f
<_+ 8>2 <_+ 7>
\revert FiguredBass.BassFigureContinuation #'stencil
\bassFigureExtendersOff
}
>>
}
%%%% End of snippet
Cheers,
Xavier
--
Xavier Scheuer <[email protected]>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user