Is this really a bug? I mean, what does a figured bass note actually mean? Play a third and a sixth above... what?

I have little experienced with figured bass, so forgive me if I'm missing something.
- Graham

Trent Johnston wrote:
Hi everyone,

I've run into a bug with the figured bass added to the staff context. If there is a figure above a rest the figure no longer appears. I've tried the below code in lilypond 2.9.10 with no problems, the figures ( 6 in the example below) show above the rest as expected.

Thanks

Trent

=====================================

\version "2.9.17"

\include "english.ly"


staffCello = \new Staff = "cont" {
 \time 4/4
 \set Staff.instrument="Cello"
 \set Staff.midiInstrument="cello"
 \key c \major
 \clef bass
 \relative c' {
c4 c c c
c4 r c r
 }

}

basfig = \figuremode {
<6>4 <6> <6> <6>
<6>4 <6> <6> <6>
}


\score {
 <<
  \staffCello
  \context Staff = "cont" \basfig
 >>

}

====================================


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to