Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1438)

Delta Between Two Patch Sets: Documentation/notation/chords.itely

Issue 299510043: NR: Mention standalone accidentals in figuremode
Left Patch Set: Created 8 years, 9 months ago
Right Patch Set: Review changes after mailing list discussions Created 8 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.19.28" 10 @c \version "2.19.28"
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 841
842 @lilypond[verbatim,quote,ragged-right] 842 @lilypond[verbatim,quote,ragged-right]
843 \new FiguredBass { 843 \new FiguredBass {
844 \figuremode { 844 \figuremode {
845 <6 4>2 845 <6 4>2
846 } 846 }
847 } 847 }
848 @end lilypond 848 @end lilypond
849 849
850 850
851 Accidentals (including naturals) can be added to figures or printed 851 Accidentals (including naturals) may be used for modifying scale steps.
852 on their own: 852 These are entered by appending @code{+} (for sharps), @code{-} (for flats)
853 or @code{!} (for naturals) after the number. For double accidentals the
854 modifier is applied twice. For the modification of the third step the
855 number is often omitted, which can be achieved by using @code{_} instead
856 of a number.
853 857
854 @lilypond[verbatim,quote,ragged-right] 858 @lilypond[verbatim,quote,ragged-right]
855 \figures { 859 \figures {
856 <7! 6+ 4-> <5++> <3--> < _+ > < 7 _!> 860 <7! 6+ 4-> <5++> <3--> < _+ > < 7 _!>
857 } 861 }
858 @end lilypond 862 @end lilypond
859 863
860 Augmented and diminished steps can be indicated: 864 Augmented and diminished steps can be indicated:
861 865
862 @lilypond[verbatim,quote,ragged-right] 866 @lilypond[verbatim,quote,ragged-right]
863 \figures { 867 \figures {
864 <6\+ 5/> <7/> 868 <6\+ 5/> <7/>
865 } 869 }
866 @end lilypond 870 @end lilypond
867 871
868 A backward slash through a figure (typically used for raised 872 A backward slash through a figure (typically used for raised
869 sixth steps) can be created: 873 sixth steps) can be created:
870 874
871 @lilypond[verbatim,quote,ragged-right] 875 @lilypond[verbatim,quote,ragged-right]
872 \figures { 876 \figures {
873 <6> <6\\> 877 <6> <6\\>
874 } 878 }
875 @end lilypond 879 @end lilypond
876 880
877 Vertical spaces and brackets can be included in figures: 881 Brackets can be included in figures:
878 882
879 @lilypond[verbatim,quote,ragged-right] 883 @lilypond[verbatim,quote,ragged-right]
880 \figures { 884 \figures {
881 <[12 _!] 8 [6 4]> 885 <[12] 8 [6 4]>
dak 2016/07/03 21:05:15 I have no actual clue about figured bass, but do b
882 } 886 }
883 @end lilypond 887 @end lilypond
884 888
885 Any text markup can be inserted as a figure: 889 Any text markup can be inserted as a figure:
886 890
887 @lilypond[verbatim,quote,ragged-right] 891 @lilypond[verbatim,quote,ragged-right]
888 \figures { 892 \figures {
889 <\markup { \tiny \number 6 \super (1) } 5> 893 <\markup { \tiny \number 6 \super (1) } 5>
890 } 894 }
891 @end lilypond 895 @end lilypond
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 \repeat unfold 4 { f16. g32 } f8. es16 d8 es 1134 \repeat unfold 4 { f16. g32 } f8. es16 d8 es
1131 } 1135 }
1132 \figures { 1136 \figures {
1133 \bassFigureExtendersOn 1137 \bassFigureExtendersOn
1134 % The extenders are incorrect here, even though the timing is the same 1138 % The extenders are incorrect here, even though the timing is the same
1135 <6 4->4 <6 4->4 1139 <6 4->4 <6 4->4
1136 <5>8. r16 <6>8 <6\! 5-> 1140 <5>8. r16 <6>8 <6\! 5->
1137 } 1141 }
1138 >> 1142 >>
1139 @end lilypond 1143 @end lilypond
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b