Please don't send incomplete examples. Now I had to fill in some
music to be able to try it out.

The FiguredBass context has to be created before the Staff context
of the bass line. For example, you can modify your example into:

\version "2.8.3"
global= {
\time 2/2
\key g \major
}

flute = \new Voice { \relative c''{
c d e f
\bar "|."
}}

violon = \new Voice { \relative c''{
c d e f
}}

hautbois = \new Voice { \relative c''{
c d e f
}}

theorbefigures = \new FiguredBass
\figuremode {
<_+>1
}

theorbe = \new Voice {
\clef bass
\relative c {
c4 d e f
}}


\score {
\new StaffGroup <<

\new Staff << \set Staff.midiInstrument = "recorder" \global \flute >> \new Staff << \set Staff.midiInstrument = "violin" \global \violon >> \new Staff << \set Staff.midiInstrument = "oboe" \global \hautbois >>
          \theorbefigures
\new Staff << \theorbe \set Staff.midiInstrument = "cello" \global >>
       >>
\header { piece = "Prélude"}
\layout { }
\midi { \tempo 4=80}
    }


  /Mats

Jean-marc LEGRAND wrote:



Hi list !

I'm so sorry I'm still stuck with an old pb about figured bass...

Using XP and lily2.8.3

Here is the strcuture of my .ly file :

\version "2.8.3"
global= {
\time 2/2
\key g \major
}

flute = \new Voice { \relative c''{
(...)
\bar "|."
}}

violon = \new Voice { \relative c''{
(...)
}}

hautbois = \new Voice { \relative c''{
(...)
}}

theorbe =
<<
\context FiguredBass
\figuremode {
<_+>1
(...)
}

\context Voice {
\clef bass
\relative c {
(...)
}}

\score {
\new StaffGroup <<

          \new Staff << \set Staff.midiInstrument = "recorder" \global \flute >>
          \new Staff << \set Staff.midiInstrument = "violin" \global \violon >>
          \new Staff << \set Staff.midiInstrument = "oboe" \global \hautbois >>
          \new Staff << \set Staff.midiInstrument = "cello" \global \theorbe >>
       >>
\header { piece = "Prélude"}
\layout { }
\midi { \tempo 4=80}
    }

1. how can I force the figured bass to be ABOVE the bass line ?
2. How can I fix the font size of the figured bass ?

Have a good WEnd, et thanks a lot !

Regards

Jmarc




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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to