X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fchords.itely;h=c1b6c03d75729d3b3bb9bfe2e562806ea1716591;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=5b5422b6f6f582ac236d1180100fa37ea1538879;hpb=38d7d319eabc906e82fb42002678c6d42a23b6f7;p=lilypond.git diff --git a/Documentation/user/chords.itely b/Documentation/user/chords.itely index 5b5422b6f6..c1b6c03d75 100644 --- a/Documentation/user/chords.itely +++ b/Documentation/user/chords.itely @@ -61,6 +61,9 @@ found at @ref{Input modes}. Chords entered using chord mode are music elements, and can be transposed just like chords entered using simultaneous music. +@code{\chordmode} is absolute, as @code{\relative} has no effect +on @code{chordmode} blocks. However, in @code{\chordmode} the +absolute pitches are one octave higher than in note mode. Chord mode and note mode can be mixed in sequential music: @@ -141,7 +144,7 @@ Seventh chords can be created: The table belows shows the actions of the quality modifiers on triads and seventh chords. The default seventh step added to chords is a minor or flatted seventh, which makes the dominant -seventh the basic seventh chord. All alterations are relative to +seventh the basic seventh chord. All alterations are relative to the dominant seventh. A more complete table of modifier usage is found at @ref{Common chord modifiers}. @@ -231,7 +234,7 @@ Snippets: @rlsr{Chords}. @knownissues -Only one quality modifier should be used per chord, typically on the +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 @@ -454,6 +457,30 @@ of the mode of entry, unless there are inversions or added bass notes: >> @end lilypond +@cindex no chord symbol +@cindex N.C. symbol +@cindex indicating No Chord in ChordNames + +Rests passed to a @code{ChordNames} context will cause the +@code{noChordSymbol} markup to be displayed. + +@lilypond[verbatim, quote, relative=1] +<< + \new ChordNames \chordmode { + c1 + r1 + g1 + c1 + } + \new Score \chordmode { + c1 + r1 + g1 + c1 + } +>> +@end lilypond + @funindex{\chords} @code{\chords @{ ... @}} is a shortcut notation for