lilypond-user
[Top][All Lists]
Advanced

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

Re: How to place figures (from figured bass) in the second row without a


From: Xavier Scheuer
Subject: Re: How to place figures (from figured bass) in the second row without a first one?
Date: Mon, 23 Jan 2012 12:01:04 +0100

On 23 January 2012 01:56, Nils <address@hidden> 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 <address@hidden>



reply via email to

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