lilypond-user
[Top][All Lists]
Advanced

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

Re: center figured bass vertically


From: Pierre Perol-Schneider
Subject: Re: center figured bass vertically
Date: Tue, 14 Aug 2018 14:47:10 +0200

Hi Markus,
Does that help ?

\version "2.19.82"

cello = \relative c' {
  f2. f4
}

figuredBass = \figuremode {
  <3>4 <4>2 <3>4
}

\score {
  <<
    \new FiguredBass \figuredBass
    \new Staff = continuo
    {
      \clef bass \cello
    }
  >>
}

Cheers,
Pierre

Le mar. 14 août 2018 à 14:33, <address@hidden> a écrit :
Hi all,

if figured bass is drawn below a system it is automatically centered
vertically in one line. How can I achieve the same if figured bass is
above a system (see example below)?

If it can not be done automatically, how can I do it manually?

Any help is welcome
Markus


version "2.19.82"

cello = \relative c' {
  f2. f4
}

figuredBass = \figuremode {
  <3>4 <4>2 <3>4
}

\score {
  <<
    \new Staff = continuo
    {
      \clef bass \cello
    }
    \context Staff = continuo
    \figuredBass
  >>
}


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

reply via email to

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