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: Simon Albrecht
Subject: Re: vertical positioning of consecutive figured bass indications
Date: Sun, 31 Jan 2016 22:32:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

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]