From: Carl Sorensen Date: Sat, 16 Jan 2010 22:27:35 +0000 (-0700) Subject: Fix major minor 7 in chord table X-Git-Tag: release/2.13.12-1~118 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fa1fc2334a12170e7d65e0915ea1dce9421e67e1;p=lilypond.git Fix major minor 7 in chord table The chord code was wrong in Notation Reference for the major minor 7. Thanks to Patrick Schmidt for catching it. --- diff --git a/Documentation/notation/notation-appendices.itely b/Documentation/notation/notation-appendices.itely index 76d308f654..dc95171d91 100644 --- a/Documentation/notation/notation-appendices.itely +++ b/Documentation/notation/notation-appendices.itely @@ -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