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

Delta Between Two Patch Sets: Documentation/notation/notation-appendices.itely

Issue 4553056: New alist to replace special characters. (Closed)
Left Patch Set: Small improvements in Scheme functions. Created 12 years, 8 months ago
Right Patch Set: Partially reverting one of Neil's changes. Created 12 years, 6 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:
Right: Side by side diff | Download
« no previous file with change/comment | « Documentation/notation/input.itely ('k') | Documentation/notation/vocal.itely » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
11 @c \version "2.14.0" 11 @c \version "2.14.0"
12 12
13 @node Notation manual tables 13 @node Notation manual tables
14 @appendix Notation manual tables 14 @appendix Notation manual tables
15 15
16 @menu 16 @menu
17 * Chord name chart:: 17 * Chord name chart::
18 * Common chord modifiers:: 18 * Common chord modifiers::
19 * Predefined string tunings:: 19 * Predefined string tunings::
20 * Predefined fretboard diagrams:: 20 * Predefined fretboard diagrams::
21 * MIDI instruments:: 21 * MIDI instruments::
22 * List of colors:: 22 * List of colors::
23 * The Feta font:: 23 * The Feta font::
24 * Note head styles:: 24 * Note head styles::
25 * Text markup commands:: 25 * Text markup commands::
26 * Text markup list commands:: 26 * Text markup list commands::
27 * List of special characters::
27 * List of articulations:: 28 * List of articulations::
28 * Percussion notes:: 29 * Percussion notes::
29 * Technical glossary:: 30 * Technical glossary::
30 * All context properties:: 31 * All context properties::
31 * Layout properties:: 32 * Layout properties::
32 * Available music functions:: 33 * Available music functions::
33 * Context modification identifiers:: 34 * Context modification identifiers::
34 * Predefined type predicates:: 35 * Predefined type predicates::
35 * Scheme functions:: 36 * Scheme functions::
36 @end menu 37 @end menu
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 895
895 896
896 @node Text markup list commands 897 @node Text markup list commands
897 @appendixsec Text markup list commands 898 @appendixsec Text markup list commands
898 899
899 The following commands can all be used with @code{\markuplines}: 900 The following commands can all be used with @code{\markuplines}:
900 901
901 @include markup-list-commands.tely 902 @include markup-list-commands.tely
902 903
903 904
905 @node List of special characters
906 @appendixsec List of special characters
907
908 The following special characters references can be used;
909 for more details, see @ref{ASCII aliases}.
910
911 The HTML syntax is used and most of these references are the same as HTML.
912 The rest of them are inspired by @LaTeX{}.
913
914 The characters are boxed so that you can see their size.
915 A small padding has been added between the character and the box
916 for more readability.
917
918 @lilypond[quote]
919 \include "special-characters.ly"
920 @end lilypond
921
922
904 @node List of articulations 923 @node List of articulations
905 @appendixsec List of articulations 924 @appendixsec List of articulations
906 925
907 926
908 @cindex accent 927 @cindex accent
909 @cindex accentus 928 @cindex accentus
910 @cindex circulus 929 @cindex circulus
911 @cindex coda 930 @cindex coda
912 @cindex downbow 931 @cindex downbow
913 @cindex downmordent 932 @cindex downmordent
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 1137
1119 A @strong{glyph} is a particular graphical representation of a typographic 1138 A @strong{glyph} is a particular graphical representation of a typographic
1120 character, or a combination of two characters formating a ligature. 1139 character, or a combination of two characters formating a ligature.
1121 A set of glyphs with a single style and shape comprise a font, and 1140 A set of glyphs with a single style and shape comprise a font, and
1122 a set of fonts covering several styles and sizes comprise a typeface. 1141 a set of fonts covering several styles and sizes comprise a typeface.
1123 1142
1124 1143
1125 @seealso 1144 @seealso
1126 Notation Reference: 1145 Notation Reference:
1127 @ref{Fonts}, 1146 @ref{Fonts},
1128 @ref{Text encoding}. 1147 @ref{Special characters}.
1129 1148
1130 1149
1131 @node grob 1150 @node grob
1132 @unnumberedsubsec grob 1151 @unnumberedsubsec grob
1133 1152
1134 @cindex grob 1153 @cindex grob
1135 @cindex layout objects 1154 @cindex layout objects
1136 @cindex graphical objects 1155 @cindex graphical objects
1137 1156
1138 LilyPond objects which represent items of notation in the printed 1157 LilyPond objects which represent items of notation in the printed
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 @appendixsec Predefined type predicates 1418 @appendixsec Predefined type predicates
1400 1419
1401 @include type-predicates.tely 1420 @include type-predicates.tely
1402 1421
1403 1422
1404 @node Scheme functions 1423 @node Scheme functions
1405 @appendixsec Scheme functions 1424 @appendixsec Scheme functions
1406 1425
1407 @include scheme-functions.tely 1426 @include scheme-functions.tely
1408 1427
LEFTRIGHT

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