lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doc: NR Clarify repeats w\ partials and barchecks (issue 61530043)


From: pkx166h
Subject: Re: Doc: NR Clarify repeats w\ partials and barchecks (issue 61530043)
Date: Sun, 16 Feb 2014 06:38:46 +0000

Reviewers: Graham Percival,


https://codereview.appspot.com/61530043/diff/1/Documentation/notation/repeats.itely
File Documentation/notation/repeats.itely (right):

https://codereview.appspot.com/61530043/diff/1/Documentation/notation/repeats.itely#newcode167
Documentation/notation/repeats.itely:167: If a repeat, that has no
alternate endings, starts in the middle of a
On 2014/02/14 08:23:01, Graham Percival wrote:
I believe these commas are superfluous

Done.

https://codereview.appspot.com/61530043/diff/1/Documentation/notation/repeats.itely#newcode185
Documentation/notation/repeats.itely:185: If a repeat, that has no
alternate endings, starts with a partial
On 2014/02/14 08:23:01, Graham Percival wrote:
ditto

Done.

Description:
Doc: NR Clarify repeats w\ partials and barchecks

Repeats.itely

Suggestions from Keith via another unrelated patch (but in
the same *.itely file) to tidy up the two examples when not
to use bar checks and partials with \alternative repeats.

Please review this at https://codereview.appspot.com/61530043/

Affected files (+13, -20 lines):
  M Documentation/notation/repeats.itely


Index: Documentation/notation/repeats.itely
diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely index ba57fe22b02d856a08b4e794472287b661ba982b..7eb3b07c4e9ebcdfdc05635b4a43e5b617ae7366 100644
--- a/Documentation/notation/repeats.itely
+++ b/Documentation/notation/repeats.itely
@@ -161,44 +161,37 @@ expected number of endings.}
 @cindex repeat with pickup
 @cindex pickup in a repeat
 @funindex \partial
address@hidden bar checks with repeats
address@hidden repeats with bar checks

-If a repeat starts in the middle of a measure and has no alternate
-endings, normally the end of the repeat will also fall in the
-middle of a measure, so that the two ends add up to one complete
-measure.  In such cases, the repeat signs do not constitute true
-bar lines.  Do not use @code{\partial} commands or bar checks
-where these repeat signs are printed:
+If a repeat, that has no alternate endings, starts in the middle of a
+measure, usually it will also end somewhere in the middle of a measure
+(so that the two ends add up to one complete measure).  In this case,
+the repeat signs are not @q{true} bar lines.  Do not use bar checks or a
address@hidden command where the repeat sign are printed:

 @lilypond[verbatim,quote,relative=1]
-% no \partial here
-c4 e g  % no bar check here
-% no \partial here
+c4 e g
 \repeat volta 4 {
   e4 |
   c2 e |
-  % no \partial here
-  g4 g g  % no bar check here
+  g4 g g
 }
-% no \partial here
 g4 |
 a2 a |
 g1 |
 @end lilypond

-Similarly, if a repeat begins with the initial partial measure of
-a score and has no alternate endings, the same conditions apply as
-in the above example, except that in this case the @code{\partial}
-command is required at the beginning of the score:
+If a repeat, that has no alternate endings, starts with a partial
+measure, the same principles apply:

 @lilypond[verbatim,quote,relative=1]
-\partial 4  % required
+\partial 4
 \repeat volta 4 {
   e4 |
   c2 e |
-  % no \partial here
-  g4 g g  % no bar check here
+  g4 g g
 }
-% no \partial here
 g4 |
 a2 a |
 g1 |





reply via email to

[Prev in Thread] Current Thread [Next in Thread]