From ca2d9d22be422c4de98bc246dc94f7f2fd274dd2 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sun, 19 Jul 2015 19:31:39 +0100 Subject: [PATCH] Doc: NR add @knownissues for Percent Repeats Issue 4506 Added @knownissue where percent repeats will not 'repeat' any timing changes or /partial commands. --- Documentation/notation/repeats.itely | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely index ed3083090b..b29bb60464 100644 --- a/Documentation/notation/repeats.itely +++ b/Documentation/notation/repeats.itely @@ -778,6 +778,26 @@ Internals Reference: @rinternals{Double_percent_repeat_engraver}, @rinternals{Slash_repeat_engraver}. +@knownissues +Percent repeats will not contain anything else apart from the percent +sign itself; in particular, timing changes will not be repeated. + +@lilypond[quote,verbatim,relative=2] +\repeat percent 3 { \time 5/4 c2. 2 \time 4/4 2 2 } +@end lilypond + +@noindent +Any meter changes or @code{\partial} commands need to occur in parallel +passages @emph{outside} of any percent repeat, e.g in a separate +timing track. + +@lilypond[quote,verbatim,relative=2] +<< + \repeat percent 3 { c2. 2 2 2 } + \repeat unfold 3 { \time 5/4 s4*5 \time 4/4 s1 } +>> +@end lilypond + @node Tremolo repeats @unnumberedsubsubsec Tremolo repeats -- 2.39.2