lilypond-user
[Top][All Lists]
Advanced

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

confused newbie, choirstaff with single line of lyrics desired


From: Danalute
Subject: confused newbie, choirstaff with single line of lyrics desired
Date: Mon, 15 Dec 2008 15:12:26 -0800 (PST)

This is my first attempt at setting a piece, yes, a bit ambitious.

Below the titles have a solo voice with three verses under staff (should be
two rows).

Below that, one row as 4vv choirstaff for the refrain, text between two
staves, upper SA, lower TB.

Shorthanding the input -

\relative c'' { */ solo notes*) }
\addlyrics {  verse 1 text  }
\addlyrics {  verse 2 text  }
\addlyrics {  verse 3 text  }

% now for the 4vv choirstaff

music = {
        \parallelMusic #'(S A T B) {
          c''4. c''8 b'4 b'4 |   % ... S notes
          g'4.  g'8  g'4 g'4 |  % ... A notes
          e'4. e'8 d'4 d'4 | % ... T notes 
          c'4. c'8 g4 g4 | % ... B notes
}

 \score {
       \new ChoirStaff <<
         \music
           \new Staff  <<  \S  \\  \A  >>
            \new Staff { \clef bass <<  \T  \\  \B  >> }
       >>
     }

Q, how do I get the one line of lyrics into the above polyphonous staff?
-- 
View this message in context: 
http://www.nabble.com/confused-newbie%2C-choirstaff-with-single-line-of-lyrics-desired-tp21024132p21024132.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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