]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/notation-appendices.itely
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / user / notation-appendices.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.11.51"
11
12 @node Notation manual tables
13 @appendix Notation manual tables
14
15 @menu
16 * Chord name chart::            
17 * Common chord modifiers::
18 * Predefined fretboard diagrams::
19 * MIDI instruments::            
20 * List of colors::              
21 * The Feta font::               
22 * Note head styles::            
23 * Text markup commands::        
24 * Text markup list commands::   
25 * List of articulations::       
26 * All context properties::      
27 * Layout properties::           
28 * Identifiers::                 
29 * Scheme functions::            
30 @end menu
31
32
33
34 @node Chord name chart
35 @appendixsec Chord name chart
36
37 The following charts shows two standard systems for printing chord
38 names, along with the pitches they represent.
39
40 @lilypondfile{chord-names-jazz.ly}
41
42 @node Common chord modifiers
43 @appendixsec Common chord modifiers
44
45 The following table shows chord modifiers that can be used in
46 @code{\chordmode} to generate standard chord structures.
47
48 @multitable @columnfractions .2 .3 .2 .2
49
50 @item
51 @b{Chord type}
52 @tab
53 @b{Intervals}
54 @tab
55 @b{Modifier(s)}
56 @tab
57 @b{Example}
58
59
60 @item
61 Major
62 @tab
63 Major third, perfect fifth
64 @tab
65 @code{5} or nothing
66 @tab
67 @lilypond[line-width=3\cm,noragged-right, notime]
68 \chordmode {
69   c1:5
70 }
71 @end lilypond
72
73 @item
74 Minor
75 @tab
76 Minor third, perfect fifth
77 @tab
78 @code{m} or @code{m5}
79 @tab
80 @lilypond[line-width=3\cm,noragged-right, notime]
81 \chordmode {
82   c1:m
83 }
84 @end lilypond
85
86 @item
87 Augmented
88 @tab
89 Major third, augmented fifth
90 @tab
91 @code{aug}
92 @tab
93 @lilypond[line-width=3\cm,noragged-right, notime]
94 \chordmode {
95   c1:aug
96 }
97 @end lilypond
98
99 @item
100 Diminished
101 @tab
102 Minor third, diminished fifth
103 @tab
104 @code{dim}
105 @tab
106 @lilypond[line-width=3\cm,noragged-right, notime]
107 \chordmode {
108   c1:dim
109 }
110 @end lilypond
111
112 @item
113 Dominant seventh
114 @tab
115 Major triad, minor seventh
116 @tab
117 @code{7}
118 @tab
119 @lilypond[line-width=3\cm,noragged-right, notime]
120 \chordmode {
121   c1:7
122 }
123 @end lilypond
124
125 @item
126 Major seventh
127 @tab
128 Major triad, major seventh
129 @tab
130 @code{maj7} or @code{maj}
131 @tab
132 @lilypond[line-width=3\cm,noragged-right, notime]
133 \chordmode {
134   c1:maj7
135 }
136 @end lilypond
137
138 @item
139 Minor seventh
140 @tab
141 Minor triad, minor seventh
142 @tab
143 @code{m7}
144 @tab
145 @lilypond[line-width=3\cm,noragged-right, notime]
146 \chordmode {
147   c1:m7
148 }
149 @end lilypond
150
151 @item
152 Diminished seventh
153 @tab
154 Diminished triad, diminished seventh
155 @tab
156 @code{dim7}
157 @tab
158 @lilypond[line-width=3\cm,noragged-right, notime]
159 \chordmode {
160   c1:dim7
161 }
162 @end lilypond
163
164 @item
165 Augmented seventh
166 @tab
167 Augmented triad, minor seventh
168 @tab
169 @code{aug7}
170 @tab
171 @lilypond[line-width=3\cm,noragged-right, notime]
172 \chordmode {
173   c1:aug7
174 }
175 @end lilypond
176
177 @item
178 Half-diminished seventh
179 @tab
180 Diminished triad, minor seventh
181 @tab
182 @code{dim5m7}
183 @tab
184 @lilypond[line-width=3\cm,noragged-right, notime]
185 \chordmode {
186   c1:dim5m7
187 }
188 @end lilypond
189
190 @item
191 Minor-major seventh
192 @tab
193 Minor triad, major seventh
194 @tab
195 @code{7m5}
196 @tab
197 @lilypond[line-width=3\cm,noragged-right, notime]
198 \chordmode {
199   c1:7m5
200 }
201 @end lilypond
202
203 @item
204 Major sixth
205 @tab
206 Major triad, sixth
207 @tab
208 @code{6}
209 @tab
210 @lilypond[line-width=3\cm,noragged-right, notime]
211 \chordmode {
212   c1:6
213 }
214 @end lilypond
215
216 @item
217 Minor sixth
218 @tab
219 Minor triad, sixth
220 @tab
221 @code{m6}
222 @tab
223 @lilypond[line-width=3\cm,noragged-right, notime]
224 \chordmode {
225   c1:m6
226 }
227 @end lilypond
228
229 @item
230 Dominant ninth
231 @tab
232 Dominant seventh, major ninth
233 @tab
234 @code{9}
235 @tab
236 @lilypond[line-width=3\cm,noragged-right, notime]
237 \chordmode {
238   c1:9
239 }
240 @end lilypond
241
242 @item
243 Major ninth
244 @tab
245 TODO
246 @tab
247 @code{maj9}
248 @tab
249 @lilypond[line-width=3\cm,noragged-right, notime]
250 \chordmode {
251   c1:maj9
252 }
253 @end lilypond
254
255 @item
256 Minor ninth
257 @tab
258 TODO
259 @tab
260 @code{m9}
261 @tab
262 @lilypond[line-width=3\cm,noragged-right, notime]
263 \chordmode {
264   c1:m9
265 }
266 @end lilypond
267
268 @item
269 Dominant eleventh
270 @tab
271 Dominant ninth, perfect eleventh
272 @tab
273 @code{11}
274 @tab
275 @lilypond[line-width=3\cm,noragged-right, notime]
276 \chordmode {
277   c1:11
278 }
279 @end lilypond
280
281 @item
282 Major eleventh
283 @tab
284 TODO
285 @tab
286 @code{maj11}
287 @tab
288 @lilypond[line-width=3\cm,noragged-right, notime]
289 \chordmode {
290   c1:maj11
291 }
292 @end lilypond
293
294 @item
295 Minor eleventh
296 @tab
297 TODO
298 @tab
299 @code{m11}
300 @tab
301 @lilypond[line-width=3\cm,noragged-right, notime]
302 \chordmode {
303   c1:m11
304 }
305 @end lilypond
306
307 @item
308 Dominant thirteenth
309 @tab
310 Dominant eleventh, major thirteenth
311 @tab
312 @code{13.11}
313 @tab
314 @lilypond[line-width=3\cm,noragged-right, notime]
315 \chordmode {
316   c1:13.11
317 }
318 @end lilypond
319
320 @item
321 Major thirteenth
322 @tab
323 TODO
324 @tab
325 @code{maj13.11}
326 @tab
327 @lilypond[line-width=3\cm,noragged-right, notime]
328 \chordmode {
329   c1:maj13.11
330 }
331 @end lilypond
332
333 @item
334 Minor thirteenth
335 @tab
336 TODO
337 @tab
338 @code{m13.11}
339 @tab
340 @lilypond[line-width=3\cm,noragged-right, notime]
341 \chordmode {
342   c1:m13.11
343 }
344 @end lilypond
345
346 @item
347 Suspended second
348 @tab
349 TODO
350 @tab
351 @code{sus2}
352 @tab
353 @lilypond[line-width=3\cm,noragged-right, notime]
354 \chordmode {
355   c1:sus2
356 }
357 @end lilypond
358
359 @item
360 Suspended fourth
361 @tab
362 TODO
363 @tab
364 @code{sus4}
365 @tab
366 @lilypond[line-width=3\cm,noragged-right, notime]
367 \chordmode {
368   c1:sus4
369 }
370 @end lilypond
371
372
373 @end multitable
374
375 @node Predefined fretboard diagrams
376 @appendixsec Predefined fretboard diagrams
377
378 The chart below shows the predefined fretboard diagrams.
379
380 @lilypondfile{display-predefined-fretboards.ly}
381
382 @node MIDI instruments
383 @appendixsec MIDI instruments
384
385 The following is a list of names that can be used for the
386 @code{midiInstrument} property.
387
388 @example
389 acoustic grand            contrabass           lead 7 (fifths)
390 bright acoustic           tremolo strings      lead 8 (bass+lead)
391 electric grand            pizzicato strings    pad 1 (new age)
392 honky-tonk                orchestral strings   pad 2 (warm)
393 electric piano 1          timpani              pad 3 (polysynth)
394 electric piano 2          string ensemble 1    pad 4 (choir)
395 harpsichord               string ensemble 2    pad 5 (bowed)
396 clav                      synthstrings 1       pad 6 (metallic)
397 celesta                   synthstrings 2       pad 7 (halo)
398 glockenspiel              choir aahs           pad 8 (sweep)
399 music box                 voice oohs           fx 1 (rain)
400 vibraphone                synth voice          fx 2 (soundtrack)
401 marimba                   orchestra hit        fx 3 (crystal)
402 xylophone                 trumpet              fx 4 (atmosphere)
403 tubular bells             trombone             fx 5 (brightness)
404 dulcimer                  tuba                 fx 6 (goblins)
405 drawbar organ             muted trumpet        fx 7 (echoes)
406 percussive organ          french horn          fx 8 (sci-fi)
407 rock organ                brass section        sitar
408 church organ              synthbrass 1         banjo
409 reed organ                synthbrass 2         shamisen
410 accordion                 soprano sax          koto
411 harmonica                 alto sax             kalimba
412 concertina                tenor sax            bagpipe
413 acoustic guitar (nylon)   baritone sax         fiddle
414 acoustic guitar (steel)   oboe                 shanai
415 electric guitar (jazz)    english horn         tinkle bell
416 electric guitar (clean)   bassoon              agogo
417 electric guitar (muted)   clarinet             steel drums
418 overdriven guitar         piccolo              woodblock
419 distorted guitar          flute                taiko drum
420 guitar harmonics          recorder             melodic tom
421 acoustic bass             pan flute            synth drum
422 electric bass (finger)    blown bottle         reverse cymbal
423 electric bass (pick)      shakuhachi           guitar fret noise
424 fretless bass             whistle              breath noise
425 slap bass 1               ocarina              seashore
426 slap bass 2               lead 1 (square)      bird tweet
427 synth bass 1              lead 2 (sawtooth)    telephone ring
428 synth bass 2              lead 3 (calliope)    helicopter
429 violin                    lead 4 (chiff)       applause
430 viola                     lead 5 (charang)     gunshot
431 cello                     lead 6 (voice)
432 @end example
433
434
435 @node List of colors
436 @appendixsec List of colors
437
438 @subsubheading Normal colors
439
440 Usage syntax is detailed in @ref{Coloring objects}.
441
442 @cindex List of colors
443 @cindex Colors, list of
444
445 @verbatim
446 black       white          red         green
447 blue        cyan           magenta     yellow
448 grey        darkred        darkgreen   darkblue
449 darkcyan    darkmagenta    darkyellow
450 @end verbatim
451
452
453 @subsubheading X color names
454
455 X color names come several variants:
456
457 Any name that is spelled as a single word with capitalization
458 (e.g. @q{LightSlateBlue}) can also be spelled as space separated
459 words without capitalization (e.g. @q{light slate blue}).
460
461 The word @q{grey} can always be spelled @q{gray} (e.g. @q{DarkSlateGray}).
462
463 Some names can take a numerical suffix (e.g. @q{LightSalmon4}).
464
465
466 @subsubheading Color Names without a numerical suffix:
467
468 @verbatim
469 snow            GhostWhite      WhiteSmoke      gainsboro       FloralWhite
470 OldLace         linen           AntiqueWhite    PapayaWhip      BlanchedAlmond
471 bisque          PeachPuff       NavajoWhite     moccasin        cornsilk
472 ivory           LemonChiffon    seashell        honeydew        MintCream
473 azure           AliceBlue       lavender        LavenderBlush   MistyRose
474 white           black           DarkSlateGrey   DimGrey         SlateGrey
475 LightSlateGrey  grey            LightGrey       MidnightBlue    navy
476 NavyBlue        CornflowerBlue  DarkSlateBlue   SlateBlue       MediumSlateBlue
477 LightSlateBlue  MediumBlue      RoyalBlue       blue            DodgerBlue
478 DeepSkyBlue     SkyBlue         LightSkyBlue    SteelBlue       LightSteelBlue
479 LightBlue       PowderBlue      PaleTurquoise   DarkTurquoise   MediumTurquoise
480 turquoise       cyan            LightCyan       CadetBlue       MediumAquamarine
481 aquamarine      DarkGreen       DarkOliveGreen  DarkSeaGreen    SeaGreen
482 MediumSeaGreen  LightSeaGreen   PaleGreen       SpringGreen     LawnGreen
483 green           chartreuse      MediumSpringGreen       GreenYellow     LimeGreen
484 YellowGreen     ForestGreen     OliveDrab       DarkKhaki       khaki
485 PaleGoldenrod   LightGoldenrodYellow    LightYellow     yellow  gold
486 LightGoldenrod  goldenrod       DarkGoldenrod   RosyBrown       IndianRed
487 SaddleBrown     sienna          peru            burlywood       beige
488 wheat           SandyBrown      tan             chocolate       firebrick
489 brown           DarkSalmon      salmon          LightSalmon     orange
490 DarkOrange      coral           LightCoral      tomato          OrangeRed
491 red             HotPink         DeepPink        pink            LightPink
492 PaleVioletRed   maroon          MediumVioletRed VioletRed       magenta
493 violet          plum            orchid          MediumOrchid    DarkOrchid
494 DarkViolet      BlueViolet      purple          MediumPurple    thistle
495 DarkGrey        DarkBlue        DarkCyan        DarkMagenta     DarkRed
496 LightGreen
497 @end verbatim
498
499
500 @subsubheading Color names with a numerical suffix
501
502 In the following names the suffix N can be a number in the range 1-4:
503
504 @verbatim
505 snowN           seashellN       AntiqueWhiteN   bisqueN         PeachPuffN
506 NavajoWhiteN    LemonChiffonN   cornsilkN       ivoryN          honeydewN
507 LavenderBlushN  MistyRoseN      azureN          SlateBlueN      RoyalBlueN
508 blueN           DodgerBlueN     SteelBlueN      DeepSkyBlueN    SkyBlueN
509 LightSkyBlueN   LightSteelBlueN LightBlueN      LightCyanN      PaleTurquoiseN
510 CadetBlueN      turquoiseN      cyanN           aquamarineN     DarkSeaGreenN
511 SeaGreenN       PaleGreenN      SpringGreenN    greenN          chartreuseN
512 OliveDrabN      DarkOliveGreenN khakiN          LightGoldenrodN LightYellowN
513 yellowN         goldN           goldenrodN      DarkGoldenrodN  RosyBrownN
514 IndianRedN      siennaN         burlywoodN      wheatN          tanN
515 chocolateN      firebrickN      brownN          salmonN         LightSalmonN
516 orangeN         DarkOrangeN     coralN          tomatoN         OrangeRedN
517 redN            DeepPinkN       HotPinkN        pinkN           LightPinkN
518 PaleVioletRedN  maroonN         VioletRedN      magentaN        orchidN
519 plumN           MediumOrchidN   DarkOrchidN     purpleN         MediumPurpleN
520 thistleN
521 @end verbatim
522
523
524 @subsubheading Grey Scale
525
526 A grey scale can be obtained using:
527
528 @example
529 greyN
530 @end example
531
532 @noindent
533 Where N is in the range 0-100.
534
535
536 @node The Feta font
537 @appendixsec The Feta font
538
539 @cindex Feta font
540 @cindex Font, Feta
541
542 The following symbols are available in the Emmentaler font and may be
543 accessed directly using text markup such as @code{g^\markup @{
544 \musicglyph #"scripts.segno" @}}, see @ref{Formatting text}.
545
546 @lilypondfile[noindent]{font-table.ly}
547
548
549 @node Note head styles
550 @appendixsec Note head styles
551
552 @cindex note head styles
553 The following styles may be used for note heads.
554
555 @lilypondfile[noindent]{note-head-style.ly}
556
557 @include markup-commands.tely
558
559 @include markup-list-commands.tely
560
561 @node List of articulations
562 @appendixsec List of articulations
563
564 @cindex accent
565 @cindex marcato
566 @cindex staccatissimo
567 @cindex espressivo
568 @cindex fermata
569 @cindex stopped
570 @cindex staccato
571 @cindex portato
572 @cindex tenuto
573 @cindex upbow
574 @cindex downbow
575 @cindex foot marks
576 @cindex organ pedal marks
577 @cindex turn
578 @cindex open
579 @cindex stopped
580 @cindex flageolet
581 @cindex reverseturn
582 @cindex trill
583 @cindex prall
584 @cindex mordent
585 @cindex prallprall
586 @cindex prallmordent
587 @cindex prall, up
588 @cindex prall, down
589 @cindex thumb marking
590 @cindex segno
591 @cindex coda
592 @cindex varcoda
593
594 Here is a chart showing all scripts available,
595
596 @lilypondfile[ragged-right,quote]{script-chart.ly}
597
598
599
600 @node All context properties
601 @appendixsec All context properties
602
603 @include context-properties.tely
604
605
606 @node Layout properties
607 @appendixsec Layout properties
608
609 @include layout-properties.tely
610
611
612 @node Identifiers
613 @appendixsec Identifiers
614
615 @include identifiers.tely
616
617
618 @node Scheme functions
619 @appendixsec Scheme functions
620
621 @include scheme-functions.tely
622