X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fnotation%2Fchords.itely;h=92d01477f82c9f6f7c89db7fcb380e56bec286b5;hb=9914ef8e286a14037ca2d56768c9f9433d1fcaf7;hp=50ac2bf9ed2277191bae3c5a9a8be1c3670f74c9;hpb=ed3229b5b7e6a716ef97b56a72dc6e8c04513b42;p=lilypond.git diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index 50ac2bf9ed..92d01477f8 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -631,9 +631,40 @@ bass note can be printed in lower case. @item chordNameSeparator -Different parts of a chord name are normally separated by a slash. -By setting @code{chordNameSeparator}, you can use any desired markup -for a separator. +Different parts of a chord name are normally separated by a small +amount of horizontal space. By setting @code{chordNameSeparator}, you +can use any desired markup for a separator. This does not affect the +separator between a chord and its bass note; to customize that, use +@code{slashChordSeparator}. + +@lilypond[verbatim,quote,ragged-right] +\chords { + c4:7.9- c:7.9-/g + \set chordNameSeparator = \markup { "/" } + \break + c4:7.9- c:7.9-/g +} +@end lilypond + +@funindex slashChordSeparator + +@item slashChordSeparator + +Chords can be played over a bass note other than the conventional root +of the chord. These are known as ``inversions'' or ``slash chords'', +because the default way of notating them is with a forward slash +between the main chord and the bass note. Therefore the value of +@code{slashChordSeparator} defaults to a forward slash, but you can +change it to any markup you choose. + +@lilypond[verbatim,quote,ragged-right] +\chords { + c4:7.9- c:7.9-/g + \set slashChordSeparator = \markup { " over " } + \break + c4:7.9- c:7.9-/g +} +@end lilypond @funindex chordNameExceptions