From fa1fc2334a12170e7d65e0915ea1dce9421e67e1 Mon Sep 17 00:00:00 2001 From: Carl Sorensen Date: Sat, 16 Jan 2010 15:27:35 -0700 Subject: [PATCH] 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. --- Documentation/notation/notation-appendices.itely | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5