Hi!

I would like to first make a staff with the notes called "melody". Then,
when the notes stop, I'd like to start a new set of staves, namely the
choir.


I thought, the following code would be the answer, but instead of stopping
when there are no more notes, the melody staff is printed, on top of the
others, although with no notes and no rests in it.

\score {
  \context ChoirStaff {
    \new Staff  { 
      \clef violin
      \melody
    }
    <<
      \new Staff  { 
          \clef violin
        <<
          \sopOne
          \sopTwo
        >>
      }
      \new Staff  { 
          \clef violin
        <<
          \altOne
          \altTwo
        >>
      }
  >>
    \layout {
        \context {
            \Score
        }
    }
}


How is it really done?

Regards,

sqrt.
-- 
View this message in context: 
http://www.nabble.com/How-do-I%3A-print-a-staff%2C-end-it%2C-and-then-print-some-others--tf4067844.html#a11559122
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to