Comment #6 on issue 4239 by [email protected]: NR: Description wrong for repeats-printing-a-repeat-sign-at-the-beginning-of-a-piece snippet
https://code.google.com/p/lilypond/issues/detail?id=4239

Ok, it was removed in February and some translators (it, es, de) overlooked this change. But it was still included in the snippets manual when it was on the LSR with a doc tag. Now it's been removed.

James, all you have to do IMO is removing the .texidoc files listed above and run a LSR import.

commit 637c07442e60ce6f02f552ca527a4b296d48feb0
Author: James Lowe <[email protected]>
Date:   Sat Feb 8 20:24:17 2014 +0000

    NR: 1.4.1 Replaced deprecated snippet w\ @lilypond

    Issue 3801

    Removed reference to snippet and added a suitable
    @lilypond example.

    Also removed snippet from ../snippets/new/..

diff --git a/Documentation/notation/repeats.itely b/Documentation/notation/repeats.itely
index ba57fe2..77defac 100644
--- a/Documentation/notation/repeats.itely
+++ b/Documentation/notation/repeats.itely
@@ -94,6 +94,16 @@ c2 d
 \repeat volta 2 { d4 e f g }
 @end lilypond

+An @q{opening} repeat mark is not, by default, printed in the first full
+measure.  However it is possible to add one by using @code{\bar ".|:"}
+before the first note.
+
+@lilypond[verbatim,fragment,quote,relative=2]
+\repeat volta 2 { \bar ".|:" c4 d e f }
+c2 d
+\repeat volta 2 { d4 e f g }
+@end lilypond
+
 Alternative endings can be produced using @code{\alternative}.  Each
 group of alternatives must be themselves, enclosed in a set of braces.

@@ -519,12 +529,6 @@ voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }
 }
 @end lilypond

-
-@snippets
-
-@lilypondfile[verbatim,quote,texidoc,doctitle]
-{printing-a-repeat-sign-at-the-beginning-of-a-piece.ly}
-


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to