lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics to hymn - new user


From: Eluze
Subject: Re: Lyrics to hymn - new user
Date: Thu, 17 Oct 2013 16:23:56 -0700 (PDT)

Thomas Morley-2 wrote
> don't put \new Lyrics _into_ the Staff.

fully agree!

> Here two possibilities, depends on what you want:
> 
> \score {
> <<
>   \new Staff = "top" \relative c' {
>     <<
>       \new Voice = "sopVerse" { \sopVerse }
>       \new Voice = "altoVerse" { \altoVerse }
>     >>
>     <<
>       \new Voice = "sopChorus" { \sopChorus }
>       \new Voice = "altoChorus" { \altoChorus }
>     >>
>   }
>   \new Lyrics \lyricsto "sopVerse" { one two three }
>   \new Lyrics \lyricsto "sopChorus" { four five six }
>>>
> } 

I'm not sure, but I guess Garrett wants the lyrics in a sequential line so
I'd put

\score {
  <<
    \new Staff=top {
      <<
        \new Voice = sopVerse  \sopVerse
        \new Voice = altoVerse \altoVerse
      >>
      <<
        \new Voice = sopChorus  \sopChorus
        \new Voice = altoChorus \altoChorus
      >>
    }
    \new     Lyrics =lyrics \lyricsto sopVerse  { one two three }
    \context Lyrics =lyrics \lyricsto sopChorus { four five six } % Or \new
... to have the lyrics on different lines
  >>
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Lyrics-to-hymn-new-user-tp152216p152523.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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