Ole Schmidt wrote:

I read "Divisi Lyrics" over and over but I'am afraid I don't understand it. There are two different voices at one point and on this point there are two different lyrics assigned. How can I use it for my problem?

What I primarily had in mind was the second example in the section.
For example you could do something along the lines of.

\version "2.10.0"
song = \relative c'{c d e f | g f e ( d ) | c1 | s1*4 | g4 ( a ) b g | c1 }
interlude = \relative c'{ s1*3 | d1 | b | g | b | }
text = \lyricmode { Here's some ly -- rics for the first part. Here comes the rest }

\score{
<<
 \new Staff <<
   \new Voice = songvoice \song
   \new Voice = interludevoice \interlude
 >>
 \new Lyrics \lyricsto songvoice \text
>>
}

   /Mats


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to