lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric problem when alternative begins with a rest


From: Neil Puttock
Subject: Re: Lyric problem when alternative begins with a rest
Date: Thu, 14 May 2009 01:02:17 +0100

2009/5/12 Tim Rowe <address@hidden>:

> Can anybody work out why the g is in a volta bracket labelled "1.-2."
> -- that seems odd, as neither the note nor the word should be there on
> the second pass.

In your lyrics definition, you're missing curly brackets around the
alternatives:

 \alternative
 { so }
 { do }

The { do } block isn't part of the \alternative block, so lilypond
interprets the volta as having a repeat count of two, with only one
alternative.

Regards,
Neil




reply via email to

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