lilypond-user
[Top][All Lists]
Advanced

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

Interspersed Staffs and ChoirStaffs


From: Michael Welsh Duggan
Subject: Interspersed Staffs and ChoirStaffs
Date: Thu, 10 Apr 2014 00:18:05 -0400
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

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
(address@hidden)

reply via email to

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