]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Issue 4436: Warn about rests in lyrics repeats with \alternative's
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 9 Jun 2015 21:28:30 +0000 (22:28 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sun, 14 Jun 2015 10:29:33 +0000 (11:29 +0100)
Documentation/notation/vocal.itely

index b0f14e5c1de458e2b375b0cff5c7568e8199e67c..54c7c884770dcceee7d7ca3b17c10ba8703d0605 100644 (file)
@@ -1365,8 +1365,11 @@ To position them correctly use @code{alignBelowContext}:
 @cindex repeating lyrics with alternative endings
 @cindex alternative endings and lyrics
 
-If the words of the repeated section are the same, exactly the
-same structure can be used for both the lyrics and music.
+If the words of the repeated section are the same, and none of the
+@code{\alternative} blocks start with a rest, exactly the same
+structure can be used for both the lyrics and music.  This has the
+advantage that @code{\unfoldRepeats} will expand both music and
+lyrics correctly.
 
 @lilypond[quote,verbatim]
 \score {
@@ -1396,7 +1399,8 @@ same structure can be used for both the lyrics and music.
 @cindex skipping notes in lyrics
 @cindex lyrics, skipping notes
 
-But when the repeated section has different words, a repeat
+But when the repeated section has different words, or when one
+of the @code{\alternative} blocks starts with a rest, a repeat
 construct cannot be used around the words and @code{\skip} commands
 have to be inserted manually to skip over the notes in the
 alternative sections which do not apply.