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

Side by Side Diff: Documentation/notation/notation-appendices.itely

Issue 363880043: Chord names clean-up; no more Banter, exceptionsPartial or \powerChords. (Closed)
Patch Set: OK, let’s not create a new @rlsr section just yet. Created 5 years, 2 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 2
3 @ignore 3 @ignore
4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
(...skipping 25 matching lines...) Expand all
36 * Context modification identifiers:: 36 * Context modification identifiers::
37 * Predefined type predicates:: 37 * Predefined type predicates::
38 * Scheme functions:: 38 * Scheme functions::
39 @end menu 39 @end menu
40 40
41 41
42 42
43 @node Chord name chart 43 @node Chord name chart
44 @appendixsec Chord name chart 44 @appendixsec Chord name chart
45 45
46 The following chart shows two standard systems for printing chord 46 The following chart shows LilyPond’s standard system for printing chord
47 names, along with the pitches they represent. 47 names, along with the pitches they represent. Additional (unsupported)
48 naming systems are also demonstrated in the @qq{Chord names alternative}
49 snippet in @rlsr{Chords}, including the notation inspired
50 by Harald Banter (1982) that was used by default in early LilyPond
51 releases (up to version 1.7).
48 52
49 @c The line width is a hack to allow space for instrument names 53 @c The line width is a hack to allow space for instrument names
50 @lilypondfile[quote,line-width=15\cm]{chord-names-jazz.ly} 54 @lilypondfile[quote,line-width=15\cm]{chord-names-jazz.ly}
51 55
52 @node Common chord modifiers 56 @node Common chord modifiers
53 @appendixsec Common chord modifiers 57 @appendixsec Common chord modifiers
54 58
55 The following table shows chord modifiers that can be used to generate 59 The following table shows chord modifiers that can be used to generate
56 standard chord structures. 60 standard chord structures.
57 61
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 >> 473 >>
470 @end lilypond 474 @end lilypond
471 475
472 @item 476 @item
473 Power chord @*(two-voiced) 477 Power chord @*(two-voiced)
474 @tab 478 @tab
475 Perfect fifth 479 Perfect fifth
476 @tab 480 @tab
477 @code{1.5} 481 @code{1.5}
478 @tab 482 @tab
479 @code{\powerChords c1:5} 483 @code{c1:5}
480 @tab 484 @tab
481 @lilypond[line-width=2.1\cm,noragged-right,notime] 485 @lilypond[line-width=2.1\cm,noragged-right,notime]
482 \chordmode { \powerChords c1:5 } 486 \chordmode {c1:5 }
483 @end lilypond 487 @end lilypond
484 488
485 @item 489 @item
486 Power chord @*@w{(three-voiced)} 490 Power chord @*@w{(three-voiced)}
487 @tab 491 @tab
488 Perfect fifth, @*octave 492 Perfect fifth, @*octave
489 @tab 493 @tab
490 @code{1.5.8} 494 @code{1.5.8}
491 @tab 495 @tab
492 @code{\powerChords c1:5.8} 496 @code{c1:5.8}
493 @tab 497 @tab
494 @lilypond[line-width=2.1\cm,noragged-right,notime] 498 @lilypond[line-width=2.1\cm,noragged-right,notime]
495 \chordmode { \powerChords c1:5.8 } 499 \chordmode {c1:5.8 }
496 @end lilypond 500 @end lilypond
497 501
498 @end multitable 502 @end multitable
499 503
500 @node Predefined string tunings 504 @node Predefined string tunings
501 @appendixsec Predefined string tunings 505 @appendixsec Predefined string tunings
502 506
503 The chart below shows the predefined string tunings. 507 The chart below shows the predefined string tunings.
504 508
505 @lilypondfile{display-predefined-string-tunings.ly} 509 @lilypondfile{display-predefined-string-tunings.ly}
(...skipping 2820 matching lines...) Expand 10 before | Expand all | Expand 10 after
3326 @node Predefined type predicates 3330 @node Predefined type predicates
3327 @appendixsec Predefined type predicates 3331 @appendixsec Predefined type predicates
3328 3332
3329 @include type-predicates.tely 3333 @include type-predicates.tely
3330 3334
3331 3335
3332 @node Scheme functions 3336 @node Scheme functions
3333 @appendixsec Scheme functions 3337 @appendixsec Scheme functions
3334 3338
3335 @include scheme-functions.tely 3339 @include scheme-functions.tely
OLDNEW

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