lilypond-user
[Top][All Lists]
Advanced

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

Re: confused newbie, choirstaff with single line of lyrics desired


From: Francisco Vila
Subject: Re: confused newbie, choirstaff with single line of lyrics desired
Date: Tue, 16 Dec 2008 17:40:53 +0100

2008/12/16 Danalute <address@hidden>:
>  \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




reply via email to

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