bug-lilypond
[Top][All Lists]
Advanced

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

FiguredBass Bug Lilypond 2.9.17 on Windows.


From: Trent Johnston
Subject: FiguredBass Bug Lilypond 2.9.17 on Windows.
Date: Sun, 10 Sep 2006 12:48:47 +1000

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
 >>

}

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





reply via email to

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