From: Graham Percival Date: Tue, 15 Jul 2008 02:52:45 +0000 (-0700) Subject: Update from Ralph X-Git-Tag: release/2.11.53-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab360c81e57ed7a7de4437af79f425f46414a2bb;p=lilypond.git Update from Ralph --- diff --git a/Documentation/user/repeats.itely b/Documentation/user/repeats.itely index 75fcb879c0..980b03f62a 100644 --- a/Documentation/user/repeats.itely +++ b/Documentation/user/repeats.itely @@ -92,16 +92,11 @@ c2 d Normal repeats with alternate endings: @lilypond[verbatim,quote,relative=2] -\repeat volta 2 { g4 f e d } - \alternative { - { cis2 g' } - { cis,2 b } - } -\repeat volta 3 { c4 d e f } - \alternative { - { d2 e } - { f2 g } - } +\repeat volta 4 { c4 d e f } +\alternative { + { d2 e } + { f2 g } +} c1 @end lilypond @@ -389,12 +384,6 @@ c1 { cis,2 b } } c1 -\repeat unfold 3 { d4 c b2 } - \alternative { - { c4 d e f } - { d4 c b a } - } -c1 @end lilypond @seealso @@ -499,7 +488,7 @@ tremolo style: @lilypond[quote,verbatim,relative=2] \repeat tremolo 8 { c16 d } -\repeat tremolo 4 { c16 d } +\repeat tremolo 6 { c16 d } \repeat tremolo 2 { c16 d } @end lilypond