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
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to