lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics


From: James E. Bailey
Subject: Re: lyrics
Date: Tue, 19 Aug 2008 12:33:24 +0200

Here's a version with voices and all that stuff.
\version "2.11.54"
Music = \new Voice = "musicvoice" \relative {
   a'4 g f8( e) f( g)
   \new Voice = "musicrepeats" {
      \repeat volta 2 {
         f4 e d c
      }
   }
}

VerseText = \lyricmode {
   Text for vers -- es.
}

RepeatOne = \lyricmode {
   Re -- frain the first.
}

RepeatTwo = \lyricmode {
   Re -- frain sec -- ond.
}

\score {
   <<
      \Music
      \new Lyrics \lyricsto "musicvoice" \VerseText
      \new Lyrics \lyricsto "musicrepeats" \RepeatOne
      \new Lyrics \lyricsto "musicrepeats" \RepeatTwo
   >>
}

Hope this helps.
Am 19.08.2008 um 11:55 schrieb Lara Diamand:

Hi Dominic,

Thanks, this realy helps, one thing is not yet solves though: The text in the verses do not tek notice of the "volta", so the text in verse two runs through under volta 1. It should skip volta1 and go straight to volta 2.

Thanks! Lara

On Mon, Aug 18, 2008 at 3:18 PM, Dominic Neumann <address@hidden> wrote:
Hi Lara,

the quick'n'dirty solution (I still use) is the following:

The better solution would be to use different context names for the
different parts and address them with \lyricsto.

Dominic


2008/8/18 Lara <address@hidden>:
> Hi,
> I have a song that has three parts, first with one line of text, then with two
> lines (and a repeat)and then again with one line.
> I tried to use \set stanza but that didn't work. I also found an old
> conversation in the documentaion where master Mats talks about:
> input/star-spangled-banner.ly, but can't find it anywhere.
> Anyone knows a solution?
>
> Thanks!
> Lara
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>

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


reply via email to

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