]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/notation-appendices.itely
Merge branch 'master' of carldsorensen@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 @ignore
381 @lilypondfile{predefined-fretboard-diagrams.ly}
382 @end ignore
383
384 @node MIDI instruments
385 @appendixsec MIDI instruments
386
387 The following is a list of names that can be used for the
388 @code{midiInstrument} property.
389
390 @example
391 acoustic grand            contrabass           lead 7 (fifths)
392 bright acoustic           tremolo strings      lead 8 (bass+lead)
393 electric grand            pizzicato strings    pad 1 (new age)
394 honky-tonk                orchestral strings   pad 2 (warm)
395 electric piano 1          timpani              pad 3 (polysynth)
396 electric piano 2          string ensemble 1    pad 4 (choir)
397 harpsichord               string ensemble 2    pad 5 (bowed)
398 clav                      synthstrings 1       pad 6 (metallic)
399 celesta                   synthstrings 2       pad 7 (halo)
400 glockenspiel              choir aahs           pad 8 (sweep)
401 music box                 voice oohs           fx 1 (rain)
402 vibraphone                synth voice          fx 2 (soundtrack)
403 marimba                   orchestra hit        fx 3 (crystal)
404 xylophone                 trumpet              fx 4 (atmosphere)
405 tubular bells             trombone             fx 5 (brightness)
406 dulcimer                  tuba                 fx 6 (goblins)
407 drawbar organ             muted trumpet        fx 7 (echoes)
408 percussive organ          french horn          fx 8 (sci-fi)
409 rock organ                brass section        sitar
410 church organ              synthbrass 1         banjo
411 reed organ                synthbrass 2         shamisen
412 accordion                 soprano sax          koto
413 harmonica                 alto sax             kalimba
414 concertina                tenor sax            bagpipe
415 acoustic guitar (nylon)   baritone sax         fiddle
416 acoustic guitar (steel)   oboe                 shanai
417 electric guitar (jazz)    english horn         tinkle bell
418 electric guitar (clean)   bassoon              agogo
419 electric guitar (muted)   clarinet             steel drums
420 overdriven guitar         piccolo              woodblock
421 distorted guitar          flute                taiko drum
422 guitar harmonics          recorder             melodic tom
423 acoustic bass             pan flute            synth drum
424 electric bass (finger)    blown bottle         reverse cymbal
425 electric bass (pick)      shakuhachi           guitar fret noise
426 fretless bass             whistle              breath noise
427 slap bass 1               ocarina              seashore
428 slap bass 2               lead 1 (square)      bird tweet
429 synth bass 1              lead 2 (sawtooth)    telephone ring
430 synth bass 2              lead 3 (calliope)    helicopter
431 violin                    lead 4 (chiff)       applause
432 viola                     lead 5 (charang)     gunshot
433 cello                     lead 6 (voice)
434 @end example
435
436
437 @node List of colors
438 @appendixsec List of colors
439
440 @subsubheading Normal colors
441
442 Usage syntax is detailed in @ref{Coloring objects}.
443
444 @cindex List of colors
445 @cindex Colors, list of
446
447 @verbatim
448 black       white          red         green
449 blue        cyan           magenta     yellow
450 grey        darkred        darkgreen   darkblue
451 darkcyan    darkmagenta    darkyellow
452 @end verbatim
453
454
455 @subsubheading X color names
456
457 X color names come several variants:
458
459 Any name that is spelled as a single word with capitalization
460 (e.g. @q{LightSlateBlue}) can also be spelled as space separated
461 words without capitalization (e.g. @q{light slate blue}).
462
463 The word @q{grey} can always be spelled @q{gray} (e.g. @q{DarkSlateGray}).
464
465 Some names can take a numerical suffix (e.g. @q{LightSalmon4}).
466
467
468 @subsubheading Color Names without a numerical suffix:
469
470 @verbatim
471 snow            GhostWhite      WhiteSmoke      gainsboro       FloralWhite
472 OldLace         linen           AntiqueWhite    PapayaWhip      BlanchedAlmond
473 bisque          PeachPuff       NavajoWhite     moccasin        cornsilk
474 ivory           LemonChiffon    seashell        honeydew        MintCream
475 azure           AliceBlue       lavender        LavenderBlush   MistyRose
476 white           black           DarkSlateGrey   DimGrey         SlateGrey
477 LightSlateGrey  grey            LightGrey       MidnightBlue    navy
478 NavyBlue        CornflowerBlue  DarkSlateBlue   SlateBlue       MediumSlateBlue
479 LightSlateBlue  MediumBlue      RoyalBlue       blue            DodgerBlue
480 DeepSkyBlue     SkyBlue         LightSkyBlue    SteelBlue       LightSteelBlue
481 LightBlue       PowderBlue      PaleTurquoise   DarkTurquoise   MediumTurquoise
482 turquoise       cyan            LightCyan       CadetBlue       MediumAquamarine
483 aquamarine      DarkGreen       DarkOliveGreen  DarkSeaGreen    SeaGreen
484 MediumSeaGreen  LightSeaGreen   PaleGreen       SpringGreen     LawnGreen
485 green           chartreuse      MediumSpringGreen       GreenYellow     LimeGreen
486 YellowGreen     ForestGreen     OliveDrab       DarkKhaki       khaki
487 PaleGoldenrod   LightGoldenrodYellow    LightYellow     yellow  gold
488 LightGoldenrod  goldenrod       DarkGoldenrod   RosyBrown       IndianRed
489 SaddleBrown     sienna          peru            burlywood       beige
490 wheat           SandyBrown      tan             chocolate       firebrick
491 brown           DarkSalmon      salmon          LightSalmon     orange
492 DarkOrange      coral           LightCoral      tomato          OrangeRed
493 red             HotPink         DeepPink        pink            LightPink
494 PaleVioletRed   maroon          MediumVioletRed VioletRed       magenta
495 violet          plum            orchid          MediumOrchid    DarkOrchid
496 DarkViolet      BlueViolet      purple          MediumPurple    thistle
497 DarkGrey        DarkBlue        DarkCyan        DarkMagenta     DarkRed
498 LightGreen
499 @end verbatim
500
501
502 @subsubheading Color names with a numerical suffix
503
504 In the following names the suffix N can be a number in the range 1-4:
505
506 @verbatim
507 snowN           seashellN       AntiqueWhiteN   bisqueN         PeachPuffN
508 NavajoWhiteN    LemonChiffonN   cornsilkN       ivoryN          honeydewN
509 LavenderBlushN  MistyRoseN      azureN          SlateBlueN      RoyalBlueN
510 blueN           DodgerBlueN     SteelBlueN      DeepSkyBlueN    SkyBlueN
511 LightSkyBlueN   LightSteelBlueN LightBlueN      LightCyanN      PaleTurquoiseN
512 CadetBlueN      turquoiseN      cyanN           aquamarineN     DarkSeaGreenN
513 SeaGreenN       PaleGreenN      SpringGreenN    greenN          chartreuseN
514 OliveDrabN      DarkOliveGreenN khakiN          LightGoldenrodN LightYellowN
515 yellowN         goldN           goldenrodN      DarkGoldenrodN  RosyBrownN
516 IndianRedN      siennaN         burlywoodN      wheatN          tanN
517 chocolateN      firebrickN      brownN          salmonN         LightSalmonN
518 orangeN         DarkOrangeN     coralN          tomatoN         OrangeRedN
519 redN            DeepPinkN       HotPinkN        pinkN           LightPinkN
520 PaleVioletRedN  maroonN         VioletRedN      magentaN        orchidN
521 plumN           MediumOrchidN   DarkOrchidN     purpleN         MediumPurpleN
522 thistleN
523 @end verbatim
524
525
526 @subsubheading Grey Scale
527
528 A grey scale can be obtained using:
529
530 @example
531 greyN
532 @end example
533
534 @noindent
535 Where N is in the range 0-100.
536
537
538 @node The Feta font
539 @appendixsec The Feta font
540
541 @cindex Feta font
542 @cindex Font, Feta
543
544 The following symbols are available in the Emmentaler font and may be
545 accessed directly using text markup such as @code{g^\markup @{
546 \musicglyph #"scripts.segno" @}}, see @ref{Formatting text}.
547
548 @lilypondfile[noindent]{font-table.ly}
549
550
551 @node Note head styles
552 @appendixsec Note head styles
553
554 @cindex note head styles
555 The following styles may be used for note heads.
556
557 @lilypondfile[noindent]{note-head-style.ly}
558
559 @include markup-commands.tely
560
561 @include markup-list-commands.tely
562
563 @node List of articulations
564 @appendixsec List of articulations
565
566 @cindex accent
567 @cindex marcato
568 @cindex staccatissimo
569 @cindex espressivo
570 @cindex fermata
571 @cindex stopped
572 @cindex staccato
573 @cindex portato
574 @cindex tenuto
575 @cindex upbow
576 @cindex downbow
577 @cindex foot marks
578 @cindex organ pedal marks
579 @cindex turn
580 @cindex open
581 @cindex stopped
582 @cindex flageolet
583 @cindex reverseturn
584 @cindex trill
585 @cindex prall
586 @cindex mordent
587 @cindex prallprall
588 @cindex prallmordent
589 @cindex prall, up
590 @cindex prall, down
591 @cindex thumb marking
592 @cindex segno
593 @cindex coda
594 @cindex varcoda
595
596 Here is a chart showing all scripts available,
597
598 @lilypondfile[ragged-right,quote]{script-chart.ly}
599
600
601
602 @node All context properties
603 @appendixsec All context properties
604
605 @include context-properties.tely
606
607
608 @node Layout properties
609 @appendixsec Layout properties
610
611 @include layout-properties.tely
612
613
614 @node Identifiers
615 @appendixsec Identifiers
616
617 @include identifiers.tely
618
619
620 @node Scheme functions
621 @appendixsec Scheme functions
622
623 @include scheme-functions.tely
624