bug-lilypond
[Top][All Lists]
Advanced

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

Re: FiguredBass Bug Lilypond 2.9.17 on Windows.


From: Graham Percival
Subject: Re: FiguredBass Bug Lilypond 2.9.17 on Windows.
Date: Mon, 18 Sep 2006 19:03:21 -0700
User-agent: Thunderbird 1.5.0.5 (Macintosh/20060719)

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






reply via email to

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