From 828310574b05b95170920eabb8142bf0e8f23182 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 20 Sep 2015 17:56:29 +0200 Subject: [PATCH] Issue 4614/5: Change NR to reflect new equivalence of sus and sus4 --- Documentation/notation/chords.itely | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index 8fceba788d..7e2e1e3544 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -323,14 +323,15 @@ initial @code{^}. @funindex sus The modifier @code{sus} can be added to the modifier string to -create suspended chords. This removes the 3rd step from the chord. -Append either @code{2} or @code{4} to add the 2nd or 4th step to the -chord. @code{sus} is equivalent to @code{^3}; @code{sus4} is -equivalent to @code{.4^3}. +create suspended chords. This removes the 3rd step from the +chord. Append either @code{2} or @code{4} to add the 2nd or 4th +step to the chord. When @code{sus} is followed by either a 2nd or +4th step, it is equivalent to @code{^3}, otherwise to @code{sus4}, +namely @code{5.4}. @lilypond[quote,ragged-right,verbatim] \chordmode { - c1:5 c:sus2 c:sus4 c:5.4 + c1:sus c:sus2 c:sus4 c:5.4 } @end lilypond -- 2.39.2