]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix major minor 7 in chord table
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 16 Jan 2010 22:27:35 +0000 (15:27 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 16 Jan 2010 22:31:51 +0000 (15:31 -0700)
The chord code was wrong in Notation Reference for the major minor 7.
Thanks to Patrick Schmidt for catching it.

Documentation/notation/notation-appendices.itely

index 76d308f65483e8e80fede8cd4b20d8f3f6f4bde8..dc95171d9106e77e7e6e2ca8412c30e879526c1f 100644 (file)
@@ -212,11 +212,11 @@ Minor-major seventh
 @tab
 Minor triad, major seventh
 @tab
-@code{maj7.5-}
+@code{maj7.3-}
 @tab
 @lilypond[line-width=3\cm,noragged-right, notime]
 \chordmode {
-  c1:maj7.5-
+  c1:maj7.3-
 }
 @end lilypond