lilypond-user
[Top][All Lists]
Advanced

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

Re: typeset lyrics


From: Mats Bengtsson
Subject: Re: typeset lyrics
Date: Thu, 01 Nov 2007 22:56:00 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8



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




reply via email to

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