From 99bf982f689755b30aa34a53538a7e2a7fb638c2 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 4 Oct 2009 00:15:48 +0100 Subject: [PATCH] Doc: fix missing pitch for \relative, thanks David! --- Documentation/usage/running.itely | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index a112a91248..03a822fd2b 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -574,14 +574,16 @@ the first, because the @code{\repeat} command generates two and @code{Voice} blocks. @lilypond[quote,verbatim] -\repeat unfold 2 \relative { c d e f } +\repeat unfold 2 { + \relative c' { c d e f } +} @end lilypond The correct way is to reverse the @code{\repeat} and @code{\relative} commands, like this: @lilypond[quote,verbatim] -\relative { +\relative c' { \repeat unfold 2 { c d e f } } @end lilypond -- 2.39.5