lilypond-user
[Top][All Lists]
Advanced

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

Re: Figured bass, horizontal alignment of pairs containing figures with


From: Andrew Bernard
Subject: Re: Figured bass, horizontal alignment of pairs containing figures with accidentals
Date: Sun, 3 Jul 2016 05:58:49 -0400

Hi Robert,

Your code needs to be modified.

Andrew


== snip

\version "2.19.44"

lower = \relative c' {
  \clef bass
  \key f \major
  \time 4/4

  bes4 a g c | %low-1
}

FiguredBass = \figuremode {
  < 5 3 >4 < 5 3- > < 5 3! > < 5 3+ >| %BC-1
}

\score {
  <<
    \new Staff = "lower" \lower
    \new FiguredBass \context "lower" \FiguredBass
  >>

  \layout {
    \context {
      \override BassFigure #'font-size = #-2
    }
  }
}
== snip


reply via email to

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