2008/12/16 Danalute <[email protected]>:
>  \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?


Why not

\score {
     \new ChoirStaff <<
       \new Staff  <<    c'  \\  c'' >>
       \new Lyrics \lyricsto "1"  \lyricmode { ha }
       \new Staff { \clef bass <<  c'  \\  c  >> }
     >>
   }

--
Francisco Vila. Badajoz (Spain)
http://www.paconet.org


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

Reply via email to