I'm trying to produce a score which contains choir staffs interspersed
with solo staffs.  I've tried the included, but my naive attempt isn't
working.

As you can see in the attached, after the choir section that staffs
continue into the solo section, and the solo section persists through
the latter choir section.  Also, the solo section gets a choir brace
attached to it.  Suggestions?

\score {
  {
    \new ChoirStaff <<
      \new Staff = "x" { \new Voice = "a" { a' a' a' a' | a' a' a' a'} }
      \new Staff = "y" { \new Voice = "b" { b' b' b' b' | b' b' b' b'} }
    >> \break
    \new Staff = "z" {
      \new Voice = "c" { c' c' c' c' | c' c' c' c' }
    } \break
    \new ChoirStaff <<
      \new Staff = "x" { \new Voice = "a" { a' a' a' a' | a' a' a' a'} }
      \new Staff = "y" { \new Voice = "b" { b' b' b' b' | b' b' b' b'} }
    >> \break
    \new Staff = "z" {
      \new Voice = "c" { c' c' c' c' | c' c' c' c' }
    }
  }
}    

Attachment: test37.pdf
Description: Adobe PDF document


-- 
Michael Welsh Duggan
(m...@md5i.com)
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to