lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics


From: Paul Scott
Subject: Re: lyrics
Date: Thu, 21 Aug 2008 22:01:51 -0700
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

Dominic Neumann wrote:
> Good point!
>
> But if I have a score with three ore more verses and one refrain at
> the beginning, I define a command refrSkip which I add at the
> beginning of verses 2, 3, ...
>
> refrSkip = \repeat unfold 42 { _ }
>
> doesn´t work then.
>   

> I use it that way:
>
> \addlyrics { \refrain \verseOne }
> \addlyrics { \refrSkip \verseTwo }
> \addlyrics { \refrSkip \verseThree }
>   
I use macros whenever I have duplicate music or words.  As I said I
always use \lyricmode so I would do

refrSkip = \lyricmode( \repeat unfold 42 { _ } }

That should work.

Paul






reply via email to

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