From: Graham Percival <graham@percival-music.ca>
Date: Tue, 5 Jun 2007 00:52:18 +0000 (-0700)
Subject: Minor doc fix from mailist.
X-Git-Tag: release/2.11.26-1~6^2~8
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ef56e2351c148b51f3524e9cf7ac6431356aac6;p=lilypond.git

Minor doc fix from mailist.
---

diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely
index 4e31cc3f76..e17f3e480f 100644
--- a/Documentation/user/basic-notation.itely
+++ b/Documentation/user/basic-notation.itely
@@ -3201,18 +3201,13 @@ c1
 \alternative { {d2 d} {f f,} }
 @end lilypond
 
-In the following example, the first ending is not a complete
-bar (it only had 3 beats).  The beginning of the second ending
-contains the 4th beat from the first ending.  This @q{extra} beat
-in the second ending is due to the first time ending,
-and has nothing to do with the @code{\partial} at the
-beginning of the example.
+Repeats with upbeats may be created.
 
 @lilypond[quote,ragged-right,fragment,verbatim,relative=2]
 \new Staff {
-  \partial 4
-  \repeat volta 4 { e | c2 d2 | e2 f2 | }
-  \alternative { { g4 g g } { a | a a a a | b2. } }
+  \partial 4 e |
+  \repeat volta 4 { c2 d2 | e2 f2 | }
+  \alternative { { g4 g g e } { a a a a | b2. } }
 }
 @end lilypond