]> git.donarmstrong.com Git - lilypond.git/commitdiff
DOCS -- Modify chord documentation
authorCarl Sorensen <c_sorensen@byu.edu>
Tue, 16 Dec 2008 15:44:01 +0000 (08:44 -0700)
committerCarl Sorensen <c_sorensen@byu.edu>
Tue, 16 Dec 2008 15:44:01 +0000 (08:44 -0700)
Add known issue to clarify that only one modifier is
allowed per chord

Adjust appendix table of chords to be consistent
with this policy

Documentation/user/chords.itely
Documentation/user/notation-appendices.itely

index c66c74f2246ae3faffa7aed2b7975a5676271a2e..9c44ec986924a9db5406ca6cfea831d19a1f8299 100644 (file)
@@ -222,11 +222,20 @@ to create a major triad.
 
 @seealso
 Notation Reference:
-@ref{Common chord modifiers}.
+@ref{Common chord modifiers},
+@ref{Extended and altered chords}.
 
 Snippets:
 @rlsr{Chords}.
 
+@knownissues
+Only one quality modifier should be used per chord, typically on the 
+highest step present in the chord.  Chords with more than quality
+modifier will be parsed without an error or warning, but the results
+are unpredictable.  Chords that cannot be achieved with a single
+quality modifier should be altered by individual pitches, as described
+in @ref{Extended and altered chords}.
+
 
 @node Extended and altered chords
 @unnumberedsubsubsec Extended and altered chords
index 105bb775eda5b205d7e2668b6469dbbfeb1ad040..a5b436d75fb83867197c7339cfbc6a704b6eceae 100644 (file)
@@ -198,11 +198,11 @@ Half-diminished seventh
 @tab
 Diminished triad, minor seventh
 @tab
-@code{dim5m7}
+@code{m7.5-}
 @tab
 @lilypond[line-width=3\cm,noragged-right, notime]
 \chordmode {
-  c1:dim5m7
+  c1:m7.5-
 }
 @end lilypond
 
@@ -211,11 +211,11 @@ Minor-major seventh
 @tab
 Minor triad, major seventh
 @tab
-@code{maj7m5}
+@code{maj7.5-}
 @tab
 @lilypond[line-width=3\cm,noragged-right, notime]
 \chordmode {
-  c1:maj7m5
+  c1:maj7.5-
 }
 @end lilypond