On 23 January 2012 01:56, Nils <l...@nilsgey.de> 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 <x.sche...@gmail.com>

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

Reply via email to