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

Delta Between Two Patch Sets: Documentation/notation/pitches.itely

Issue 312210043: Point to \resetRelativeOctave in NR 1.1.1.b
Left Patch Set: Created 7 years, 3 months ago
Right Patch Set: Fix texinfo formatting, add @funindex Created 7 years, 3 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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.19.22" 10 @c \version "2.19.22"
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 290
291 @lilypond[verbatim,quote] 291 @lilypond[verbatim,quote]
292 \relative { 292 \relative {
293 c''2 fis 293 c''2 fis
294 c2 ges 294 c2 ges
295 b2 eisis 295 b2 eisis
296 b2 feses 296 b2 feses
297 } 297 }
298 @end lilypond 298 @end lilypond
299 299
300 In complex situations, it is sometimes useful to get back to a certain pitch reg ardless of what happened before. This can be done using \resetRelativeOctave: 300 In complex situations, it is sometimes useful to get back to a
301 certain pitch regardless of what happened before. This can be
302 done using @code{\resetRelativeOctave}:
301 303
302 @lilypond[verbatim,quote] 304 @lilypond[verbatim,quote]
303 \relative { 305 \relative {
304 << 306 <<
305 { c''2 d } 307 { c''2 d }
306 \\ 308 \\
307 { e,,2 f } 309 { e,,2 f }
308 >> 310 >>
309 \resetRelativeOctave c'' 311 \resetRelativeOctave c''
310 c2 312 c2
311 } 313 }
312 @end lilypond 314 @end lilypond
315
316 @funindex \resetRelativeOctave
313 317
314 318
315 @seealso 319 @seealso
316 Music Glossary: 320 Music Glossary:
317 @rglos{fifth}, 321 @rglos{fifth},
318 @rglos{interval}, 322 @rglos{interval},
319 @rglos{Pitch names}. 323 @rglos{Pitch names}.
320 324
321 Notation Reference: 325 Notation Reference:
322 @ref{Octave checks}. 326 @ref{Octave checks}.
(...skipping 2939 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 @endpredefined 3266 @endpredefined
3263 3267
3264 @seealso 3268 @seealso
3265 Snippets: 3269 Snippets:
3266 @rlsr{Pitches}. 3270 @rlsr{Pitches}.
3267 3271
3268 Internals Reference: 3272 Internals Reference:
3269 @rinternals{Pitch_squash_engraver}, 3273 @rinternals{Pitch_squash_engraver},
3270 @rinternals{Voice}, 3274 @rinternals{Voice},
3271 @rinternals{RhythmicStaff}. 3275 @rinternals{RhythmicStaff}.
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

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