lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics


From: Dominic Neumann
Subject: Re: lyrics
Date: Wed, 20 Aug 2008 23:29:36 +0200

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 }

Dominic

2008/8/20 Paul Scott <address@hidden>:
> Dominic Neumann wrote:
>> It can be, but this only works in \lyricmode:
>>
> Which is the only way I do lyrics.  :)
>
> Paul
>
>> OKAY: \repeat unfold 4 \skip 1
>> NOT OKAY: \repeat unfold 4 _
>> OKAY: \lyricmode { \repeat unfold 4 _ }
>> ALSO OKAY: \repeat unfold 4 \lyricmode { _ }
>>
>> Instead of what Kieren said
>>         \repeat "unfold" 42 \skip
>> doesn´t work, because \skip needs to be followed by a number. The
>> value of the number doesn´t have any effect, if I remember right.
>>
>>
>
>




reply via email to

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