Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(173)

Side by Side Diff: Documentation/notation/repeats.itely

Issue 6398055: Volta enhancements tranche 1 (Closed)
Patch Set: Created 11 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.14.0" 10 @c \version "2.14.0"
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 \set Timing.measureLength = #(ly:make-moment 4 4) 232 \set Timing.measureLength = #(ly:make-moment 4 4)
233 a2 a | 233 a2 a |
234 } 234 }
235 } 235 }
236 g1 | 236 g1 |
237 @end lilypond 237 @end lilypond
238 238
239 The @code{measureLength} property is described in @ref{Time 239 The @code{measureLength} property is described in @ref{Time
240 administration}. 240 administration}.
241 241
242 @funindex \inStaffSegno
243
244 The @code{\inStaffSegno} command can be used to place the segno
245 symbol in cooperation with the @code{\repeat volta} command.
246 Alternative bar line symbols can be set in a Score context by
247 overriding the properties @code{segnoType},
248 @code{startRepeatSegnoType}, @code{endRepeatSegnoType} and
249 @code{doubleRepeatSegnoType}.
Ian Hulin (gmail) 2012/07/18 00:10:59 "@code{doubleRepeatSegnoType} as required" just us
250
251 @lilypond[verbatim,quote,relative=1]
252 e1
253 \repeat volta 2 {
254 \inStaffSegno
255 f2 g a b
256 }
257 c1_"D.S." \bar "|."
258 @end lilypond
259
242 @cindex repeats, with ties 260 @cindex repeats, with ties
243 @cindex alternative endings, with ties 261 @cindex alternative endings, with ties
244 @cindex ties, in repeats 262 @cindex ties, in repeats
245 @cindex ties, alternative endings 263 @cindex ties, alternative endings
246 @funindex \repeatTie 264 @funindex \repeatTie
247 265
248 Ties may be added to a second ending: 266 Ties may be added to a second ending:
249 267
250 @lilypond[verbatim,quote,relative=2] 268 @lilypond[verbatim,quote,relative=2]
251 c1 269 c1
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 740
723 @lilypondfile[verbatim,quote,texidoc,doctitle] 741 @lilypondfile[verbatim,quote,texidoc,doctitle]
724 {cross-staff-tremolos.ly} 742 {cross-staff-tremolos.ly}
725 743
726 @seealso 744 @seealso
727 Snippets: 745 Snippets:
728 @rlsr{Repeats}. 746 @rlsr{Repeats}.
729 747
730 @cindex tremolo, cross-staff 748 @cindex tremolo, cross-staff
731 @cindex cross-staff tremolo 749 @cindex cross-staff tremolo
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b