]> git.donarmstrong.com Git - lilypond.git/commitdiff
NR: Adapt docs for inversions in chordmode
authorDavid Kastrup <dak@gnu.org>
Thu, 10 Jul 2014 13:18:38 +0000 (15:18 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 18 Jul 2014 10:28:50 +0000 (12:28 +0200)
Documentation/notation/chords.itely

index a70a287af40d7b16b7dfb4e79fc2047c51fa14b3..8ba8009eddae37244afd5532aff7689ef1a4a60a 100644 (file)
@@ -341,7 +341,7 @@ chord) and added bass notes can be specified by appending
 
 @lilypond[quote,ragged-right,verbatim]
 \chordmode {
-  c1 c/g c/f
+  c'1 c'/e c'/f
 }
 @end lilypond
 
@@ -352,7 +352,7 @@ moved as part of an inversion, by using @code{/+}@var{pitch}.
 
 @lilypond[quote,ragged-right,verbatim]
 \chordmode {
-  c1 c/g c/+g
+  c'1 c'/g c'/+e
 }
 @end lilypond
 
@@ -376,16 +376,6 @@ interpreted last.
 \chordmode { c1:5.5-.5+ }
 @end lilypond
 
-Only the second inversion can be created by adding a bass
-note.  The first inversion requires changing the root of
-the chord.
-
-@lilypond[quote,ragged-right,verbatim]
-\chordmode {
-  c'1: c':/g e:6-3-^5 e:m6-^5
-}
-@end lilypond
-
 
 @node Displaying chords
 @subsection Displaying chords