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

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

Issue 312210043: Point to \resetRelativeOctave in NR 1.1.1.b
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:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.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
301 certain pitch regardless of what happened before. This can be
302 done using @code{\resetRelativeOctave}:
303
304 @lilypond[verbatim,quote]
305 \relative {
306 <<
307 { c''2 d }
308 \\
309 { e,,2 f }
310 >>
311 \resetRelativeOctave c''
312 c2
313 }
314 @end lilypond
315
316 @funindex \resetRelativeOctave
317
300 318
301 @seealso 319 @seealso
302 Music Glossary: 320 Music Glossary:
303 @rglos{fifth}, 321 @rglos{fifth},
304 @rglos{interval}, 322 @rglos{interval},
305 @rglos{Pitch names}. 323 @rglos{Pitch names}.
306 324
307 Notation Reference: 325 Notation Reference:
308 @ref{Octave checks}. 326 @ref{Octave checks}.
309 327
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3248 @endpredefined 3266 @endpredefined
3249 3267
3250 @seealso 3268 @seealso
3251 Snippets: 3269 Snippets:
3252 @rlsr{Pitches}. 3270 @rlsr{Pitches}.
3253 3271
3254 Internals Reference: 3272 Internals Reference:
3255 @rinternals{Pitch_squash_engraver}, 3273 @rinternals{Pitch_squash_engraver},
3256 @rinternals{Voice}, 3274 @rinternals{Voice},
3257 @rinternals{RhythmicStaff}. 3275 @rinternals{RhythmicStaff}.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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