lilypond-user
[Top][All Lists]
Advanced

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

Re: divisi lyrics


From: Mats Bengtsson
Subject: Re: divisi lyrics
Date: Mon, 19 Mar 2007 10:19:11 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

See http://lists.gnu.org/archive/html/lilypond-user/2007-03/msg00190.html
for some parts of an explanation. When it comes to using identifiers such as

mymelody = \relative c' {
c2 e | g e | c1 |
\new Voice = "verse" \repeat volta 2 {c4 d e f | g1 | }
a2 b | c1}

mymainlyrics = \lyricmode {
do mi sol mi do
la si do }

the main thing is to remember that these more or less work as cut and
paste, i.e. having
\score{
 ...
 \new Lyrics = "mainlyrics" \lyricsto melody \mymainlyrics
 ...
}
is the same as
\score{
 ...
 \new Lyrics = "mainlyrics" \lyricsto melody \lyricmode {
   do mi sol mi do
   la si do }
  ...
}

  /Mats

Christopher A. LaFond wrote:
Has anyone written a detailed explanation of the code for divisi lyrics? I
have studied the example in the manual, and while I can cut and
substitute, I just don't understand it well enough to adapt it more
thoroughly for what I'm doing. The example in the manual gives everything
in the score section, but that's not the way most files are set up.

Here is the code in the manual:

You can use this trick to display different lyrics for a repeated section.
\score{ <<
\new Voice = "melody" \relative c' {
c2 e | g e | c1 |
\new Voice = "verse" \repeat volta 2 {c4 d e f | g1 | }
a2 b | c1}
\new Lyrics = "mainlyrics" \lyricsto melody \lyricmode {
do mi sol mi do
la si do }
\context Lyrics = "mainlyrics" \lyricsto verse \lyricmode {
do re mi fa sol }
\new Lyrics = "repeatlyrics" \lyricsto verse \lyricmode {
dodo rere mimi fafa solsol }

}

--          °
Chris    °
           °
  ><((((°>

Christopher A. LaFond  address@hidden
http://www.celticharper.net


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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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