lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical positioning of consecutive figured bass indications


From: Leszek Wroński
Subject: Re: vertical positioning of consecutive figured bass indications
Date: Mon, 1 Feb 2016 09:48:00 +0100

Thank you very much! It's working!

Cheers,

L.

On 31 January 2016 at 22:32, Simon Albrecht <address@hidden> wrote:
On 31.01.2016 22:25, Leszek Wroński wrote:

if you take a look what Lilypond 2.19.5 (which is the version I'm using) produces from the following:


\version "2.19.5"

\score {

\new Staff { \clef bass

<<bes4 \figuremode{<4>16 <3>8.}>> }}


you will, I hope, notice that the '3' is rendered quite a bit lower than the '4'. Is there a way I could make the '3' appear exactly on the level of the '4'?


Just use an extra FiguredBass context:

\version "2.19.5"

\score {
  <<
    \new FiguredBass \figuremode { <4>16 <3>8. }
    \new Staff {
      \clef bass
      bes4
    }
  >>
}

If you like, you can replace \new FiguredBass \figuremode by the abbreviation \figures.

For what reason do you use 2.19.5 still? There were many improvements since.

Best, Simon


reply via email to

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