]> git.donarmstrong.com Git - lilypond.git/commitdiff
NR: Removed example for alternate repeats
authorJames Lowe <pkx166h@gmail.com>
Sat, 8 Feb 2014 19:53:33 +0000 (19:53 +0000)
committerJames Lowe <pkx166h@gmail.com>
Mon, 17 Feb 2014 09:04:07 +0000 (09:04 +0000)
Since Issue 3855 it is no longer necessary to set the
timing.Measurelength when alternates begin with
incomplete measures.

Documentation/notation/repeats.itely

index 77defacb7879ad6885d605883da6beedde68574c..332887d5439a23ba38d48fb8339460d6a9345388 100644 (file)
@@ -214,41 +214,6 @@ a2 a |
 g1 |
 @end lilypond
 
-When alternate endings are added to a repeat that begins with an
-incomplete measure, it becomes necessary to set the
-@code{Timing.measureLength} context property manually, in the
-following specific places:
-
-@itemize
-@item
-at the start of any incomplete measures in the @code{\alternative}
-block, which normally occur at the end of each alternative, except
-(in most cases) the last.
-
-@item
-at the start of each alternative, except the first.
-@end itemize
-
-@lilypond[verbatim,quote,relative=1]
-\partial 4
-\repeat volta 2 { e4 | c2 e | }
-\alternative {
-  {
-    f2 d |
-    \set Timing.measureLength = #(ly:make-moment 3/4)
-    g4 g g  % optional bar check is allowed here
-  }
-  {
-    \set Timing.measureLength = #(ly:make-moment 4/4)
-    a2 a |
-  }
-}
-g1 |
-@end lilypond
-
-The @code{measureLength} property is described in @ref{Time
-administration}.
-
 @cindex repeats, with ties
 @cindex alternative endings, with ties
 @cindex ties, in repeats
@@ -370,6 +335,9 @@ Notation Reference:
 @ref{Modifying ties and slurs},
 @ref{Time administration}.
 
+Installed Files:
+@file{ly/engraver-init.ly}.
+
 Snippets:
 @rlsr{Repeats}.