Hi Andrew,
you forgot some << >> braces to indicate the parallel nature of your staves.
See example.
Cheers,
Markus
----
\version "2.8.5"
\include "english.ly"
globalpar = { s1 * 2 | \mark \default }
continuoLeftMusic = { a1 b c d e f }
continuoRightMusic = { a1 b c d e f }
\score
{
<<
\context Staff = rightHand
<< \globalpar \clef bass \continuoRightMusic >>
\context Staff = leftHand
<< \globalpar \clef bass \continuoLeftMusic >>
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user