]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR add @knownissues for Percent Repeats
authorJames Lowe <pkx166h@gmail.com>
Sun, 19 Jul 2015 18:31:39 +0000 (19:31 +0100)
committerJames Lowe <pkx166h@gmail.com>
Mon, 27 Jul 2015 16:51:42 +0000 (17:51 +0100)
Issue 4506

Added @knownissue where
percent repeats will not
'repeat' any timing changes
or /partial commands.

Documentation/notation/repeats.itely

index ed3083090b143ef475fa95cbeec428434bd318de..b29bb604641ea0bd5751b0e509b7302d0fd59080 100644 (file)
@@ -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