lilypond-user
[Top][All Lists]
Advanced

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

Re: figBassBassF position


From: Xavier Scheuer
Subject: Re: figBassBassF position
Date: Wed, 29 Jun 2011 23:32:23 +0200

On 29 June 2011 19:54, Mario Moles <address@hidden> wrote:
>
> Hi!
> You can help me?
> I don't know how to do make figBassBassF between rightPiano and leftPiano!

I see you are using Frescobaldi's templates.

You need to insert the  \new FiguredBass \figBassBassFiguresI  between
Staff "right" and "left".  This can be done for instance by modifying
"pianoIPart" ("pianoIIPart") in this way and then using only \pianoIPart
(\pianoIIPart) in the \score block.

% […]

pianoIPart = \new PianoStaff \with {
  instrumentName = "Pf. I"
} <<
  \new Staff = "right" \with {
    midiInstrument = "acoustic grand"
  } \rightPianoI
  \new FiguredBass \figBassBassFiguresI
  \new Staff = "left" \with {
    midiInstrument = "acoustic grand"
  } { \clef bass \leftPianoI }
>>

pianoIIPart = \new PianoStaff \with {
  instrumentName = "Pf. II"
} <<
  \new Staff = "right" \with {
    midiInstrument = "acoustic grand"
  } \rightPianoII
  \new FiguredBass \figBassBassFiguresII
  \new Staff = "left" \with {
    midiInstrument = "acoustic grand"
  } { \clef bass \leftPianoII }
>>

\score {
  <<
    \pianoIPart
    \pianoIIPart
  >>
  % […]
}


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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