diff options
author | Urs Liska <ul@openlilylib.org> | 2016-07-11 09:54:03 +0200 |
---|---|---|
committer | Urs Liska <ul@openlilylib.org> | 2016-07-11 09:54:03 +0200 |
commit | 9821acee8db5d01c9f625d9bf15ac6720bc0f59e (patch) | |
tree | 450bfbeb35885b70679d080746654ed194a2fa0b | |
parent | 7d7589bdf70cb227b032220bae87eda2045ccc8e (diff) |
4915: NR: Mention standalone accidentals in figuremode
-rw-r--r-- | Documentation/notation/chords.itely | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index 7e2e1e3544..acc8f14f9d 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -848,11 +848,16 @@ In figure mode, a group of bass figures is delimited by @end lilypond -Accidentals (including naturals) can be added to figures: +Accidentals (including naturals) may be used for modifying scale steps. +These are entered by appending @code{+} (for sharps), @code{-} (for flats) +or @code{!} (for naturals) after the number. For double accidentals the +modifier is applied twice. For the modification of the third step the +number is often omitted, which can be achieved by using @code{_} instead +of a number. @lilypond[verbatim,quote,ragged-right] \figures { - <7! 6+ 4-> <5++> <3--> + <7! 6+ 4-> <5++> <3--> < _+ > < 7 _!> } @end lilypond @@ -873,11 +878,11 @@ sixth steps) can be created: } @end lilypond -Vertical spaces and brackets can be included in figures: +Brackets can be included in figures: @lilypond[verbatim,quote,ragged-right] \figures { - <[12 _!] 8 [6 4]> + <[12] 8 [6 4]> } @end lilypond |