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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to