lilypond-user
[Top][All Lists]
Advanced

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

Re: One staff in ChoirStaff


From: IMAI Yuji
Subject: Re: One staff in ChoirStaff
Date: Fri, 14 Jul 2006 07:51:33 +0900

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

-- 
address@hidden





reply via email to

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