Hi, Markus

Great!!
That is what I want.
Thanks a lot.
So, I can make my vocal score, as following:

%%% CODE SNIPPET BEGIN
\score {
  <<
    \new Staff {
      \set Staff.instrument = "Solo"
      c'4 d' e' f' \break c'4 d' e' f'
    }
    \new ChoirStaff
    <<
      \override ChoirStaff.SystemStartBracket #'collapse-height = #2
      \new Staff {
        \set Staff.instrument = "Tenori"
        \set Staff.instr = "T."
        c'4 d' e' f' \break c'4 d' e' f'
      }
      \new Staff {
        \set Staff.instrument = "Bassi"
        \set Staff.instr = "B."
        c'4 d' e' f' \break R1
      }
    >>
    \new PianoStaff
    <<
      \new Staff { \clef G c'4 d' e' f' \break c'4 d' e' f' }
      \new Staff { \clef F c 4 d  e  f  \break c 4 d  e  f  }
    >>
  >>
}

\layout { \context { \RemoveEmptyStaffContext } }
%%% CODE SNIPPET END

-- 
[EMAIL PROTECTED]



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to