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