From 03cade3ca3e3f6adc81b72b80ef270698a664db6 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 15 Aug 2007 00:13:47 -0700 Subject: [PATCH] Minor fix from mailist. --- Documentation/user/basic-notation.itely | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 528fa6ce35..c03e890123 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -3216,6 +3216,19 @@ Repeats with upbeats may be created. } @end lilypond +@noindent +or + +@lilypond[quote,ragged-right,fragment,verbatim,relative=2] +\new Staff { + \partial 4 + \repeat volta 4 { e | c2 d2 | e2 f2 | } + \alternative { { \partial 4*3 g4 g g } { a a a a | b2. } } +} +@end lilypond + + + @funindex \repeatTie Ties may be added to a second ending, -- 2.39.5