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




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

Reply via email to