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.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user