Jean-marc LEGRAND wrote:
hi list !
using XP lily 2.8.3
I've discovered a odd thing in figured bass, but it surely has a scientific
explanation !
In this example :
\version "2.8.3"
theorbefigures = \new FiguredBass
\figuremode {
\override FiguredBass.BassFigure #'font-size = # -2
<_->2 <7 _->
}
theorbe = \new Voice {
\clef bass
\relative c {
d4 g, a2
}}
\score {
\new StaffGroup <<
\theorbefigures
\new Staff <<\set Staff.midiInstrument = "cello" \theorbe >>
>>
\layout { }
\midi { \tempo 4=80}
}
the <7 _-> gives me a 7 UNDER the flat sign.
When I change the figured bass to :
<6>2 <7 _->
the <7 _-> gives me a 7 ABOVE the flat sign, and that's what I want.
Does anyone know how to get the flat under the figure, even if there's another
flat before ?
It looks like (even in 2.9.10) that figured bass is broken. In addition
to preceeding
< 7 _- > with < 6 > you can also get < 7 _- > to work by putting it at
the beginning of a line. I tried a number of different figures. Things
seem to break when certain figures precede them.
I will file a bug report for 2.9.10 and mention the possibility of it
being in 2.8.x
Paul Scott
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user