lilypond-user
[Top][All Lists]
Advanced

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

Re: Another lyrics problem


From: David Sumbler
Subject: Re: Another lyrics problem
Date: Mon, 16 Jan 2017 14:29:16 +0000

On Mon, 2017-01-16 at 08:00 -0500, Kieren MacMillan wrote:
> Hi David,
> 
> > 
> > Can somebody show me a working version of the above?  And/or a way
> > of piecing together lyrics using variables?
> Something like this?
> 
> \version "2.19.48"
> 
> lyricsA = \lyricmode { First set of words; }
> lyricsB = \lyricmode { se -- cond set of words. }
> 
> <<
>   \new Staff {
>     \relative {
>       c'2 d4 e | f1 |
>       g4 f e d| c1 |
>     }
>     \addlyrics { \lyricsA \lyricsB }
>   }
>   \new Staff {
>     R1*4 |
>   }
> > 
> > > 
> > > 
> Hope that helps!
> Kieren.

Thanks, that's brilliant - just what I was looking for.

David




reply via email to

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