]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/notation/world.itely
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / notation / world.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @c \version "2.19.21"
11
12 @node World music
13 @section World music
14
15 The purpose of this section is to highlight musical notation issues
16 that are relevant to traditions outside the Western tradition.
17
18 @menu
19 * Common notation for non-Western music::
20 * Arabic music::
21 * Turkish classical music::
22 @end menu
23
24
25 @node Common notation for non-Western music
26 @subsection Common notation for non-Western music
27
28 This section discusses how to enter and print music scores
29 that do not belong to the Western classical tradition,
30 also referred to as @notation{Common Practice Period}.
31
32 @menu
33 * Extending notation and tuning systems::
34 @end menu
35
36
37 @node Extending notation and tuning systems
38 @unnumberedsubsubsec Extending notation and tuning systems
39
40 Standard classical notation (also known as
41 @notation{Common Practice Period} notation) is commonly
42 used in all sorts of music, not limited to @q{classical}
43 Western music.  This notation is discussed in
44 @ref{Writing pitches}, and the various note names
45 that may be used are explained in
46 @ref{Note names in other languages}.
47
48 However, many types of non-Western music (and
49 some types of Western folk and traditional music) employ
50 alternative or extended tuning systems that do not fit
51 readily into standard classical notation.
52
53 In some cases standard notation is still used, with the
54 pitch differences being implicit.  For example,
55 @notation{Arabic music} is notated with standard
56 semitone and quarter-tone accidentals, with the precise
57 pitch alterations being determined by context.  Italian
58 note names are typically used, while the init file
59 @file{arabic.ly} provides a suitable set of macros
60 and definitions extending the standard
61 notation.  For more details, see
62 @ref{Arabic music}.
63
64 @cindex tuning, non-Western
65
66 Other types of music require extended or unique notations.
67 @notation{Turkish classical music} or Ottoman music, for
68 example, employs melodic forms known as @notation{makamlar},
69 whose intervals are based on 1/9 divisions of the whole tone.
70 Standard Western staff notes are still used, but with special
71 accidentals unique to Turkish music, that are defined in the file
72 @file{makam.ly}.  For further information on Turkish classical
73 music and makamlar, see
74 @ref{Turkish classical music}.
75
76 To locate init files such as @file{arabic.ly} or
77 @file{makam.ly} on your system, see
78 @rlearning{Other sources of information}.
79
80 @snippets
81
82 @lilypondfile[verbatim,quote,texidoc,doctitle]
83 {makam-example.ly}
84
85 @seealso
86 Music Glossary:
87 @rglos{Common Practice Period},
88 @rglos{makamlar}.
89
90 Learning Manual:
91 @rlearning{Other sources of information}.
92
93 Notation Reference:
94 @ref{Writing pitches},
95 @ref{Note names in other languages},
96 @ref{Arabic music},
97 @ref{Turkish classical music}.
98
99
100 @node Arabic music
101 @subsection Arabic music
102
103 This section highlights issues that are relevant to notating Arabic
104 music.
105
106 @menu
107 * References for Arabic music::
108 * Arabic note names::
109 * Arabic key signatures::
110 * Arabic time signatures::
111 * Arabic music example::
112 * Further reading for Arabic music::
113 @end menu
114
115
116 @node References for Arabic music
117 @unnumberedsubsubsec References for Arabic music
118
119 @cindex Arabic music
120 @cindex medium intervals
121 @cindex maqam
122 @cindex maqams
123
124 Arabic music so far has been mainly an oral tradition.  When music
125 is transcribed, it is usually in a sketch format, on which
126 performers are expected to improvise significantly.  Increasingly,
127 Western notation, with a few variations, is adopted in order to
128 communicate and preserve Arabic music.
129
130 Some elements of Western musical notation such as the
131 transcription of chords or independent parts, are not required to
132 typeset the more traditional Arabic pieces.  There are however
133 some different issues, such as the need to indicate medium
134 intervals that are somewhere between a semi-tone and a tone, in
135 addition to the minor and major intervals that are used in Western
136 music.  There is also the need to group and indicate a large
137 number of different maqams (modes) that are part of Arabic music.
138
139 In general, Arabic music notation does not attempt to precisely
140 indicate microtonal elements that are present in musical practice.
141
142 Several issues that are relevant to Arabic music are covered
143 elsewhere:
144
145 @itemize
146 @item Note names and accidentals (including quarter tones) can be
147 tailored as discussed in @ref{Common notation for non-Western music}.
148
149 @item Additional key signatures can also be tailored as described
150 in @ref{Key signature}.
151
152 @item Complex time signatures may require that notes be grouped
153 manually as described in @ref{Manual beams}.
154
155 @item @notation{Takasim} which are rhythmically free
156 improvisations may be written down omitting bar lines as
157 described in @ref{Unmetered music}.
158
159 @end itemize
160
161
162 @seealso
163 Notation Reference:
164 @ref{Common notation for non-Western music},
165 @ref{Key signature},
166 @ref{Manual beams}.
167
168 Snippets:
169 @rlsr{World music}.
170
171
172 @node Arabic note names
173 @unnumberedsubsubsec Arabic note names
174
175
176 @cindex Arabic note names
177
178 The more traditional Arabic note names can be quite long and are
179 not suitable for the purpose of music writing, so they are not
180 used.  English note names are not very familiar in Arabic music
181 education, so Italian or Solfege note names (@code{do, re, mi, fa,
182 sol, la, si}) are used instead; modifiers (accidentals) can also
183 be used.  Italian note names and accidentals are explained in
184 @ref{Note names in other languages}; the use of standard
185 Western notation to notate non-Western music is discussed in
186 @ref{Common notation for non-Western music}.
187
188 For example, this is how the Arabic @notation{rast} scale can be
189 notated:
190
191 @lilypond[quote,verbatim]
192 \include "arabic.ly"
193 \relative {
194   do' re misb fa sol la sisb do sisb la sol fa misb re do
195 }
196 @end lilypond
197
198
199 @cindex Arabic semi-flat symbol
200 @cindex Semi-flat symbol appearance
201
202 The symbol for semi-flat does not match the symbol which is used
203 in Arabic notation.  The @code{\dwn} symbol defined in
204 @file{arabic.ly} may be used preceding a flat symbol as a work
205 around if it is important to use the specific Arabic semi-flat
206 symbol.  The appearance of the semi-flat symbol in the key
207 signature cannot be altered by using this method.
208
209
210 @lilypond[quote,verbatim]
211 \include "arabic.ly"
212 \relative {
213   \set Staff.extraNatural = ##f
214   dod' dob dosd \dwn dob dobsb dodsd do do
215 }
216 @end lilypond
217
218
219 @seealso
220 Notation Reference:
221 @ref{Note names in other languages},
222 @ref{Common notation for non-Western music}.
223
224 Snippets:
225 @rlsr{World music}.
226
227
228 @node Arabic key signatures
229 @unnumberedsubsubsec Arabic key signatures
230
231 @cindex Arabic key signatures
232
233 In addition to the minor and major key signatures, the following
234 key signatures are defined in @file{arabic.ly}: @notation{bayati},
235 @notation{rast}, @notation{sikah}, @notation{iraq}, and
236 @notation{kurd}.  These key signatures define a small number of
237 maqam groups rather than the large number of maqams that are in
238 common use.
239
240 In general, a maqam uses the key signature of its group, or a
241 neighbouring group, and varying accidentals are marked throughout
242 the music.
243
244 For example to indicate the key signature of a maqam muhayer piece:
245
246 @example
247 \key re \bayati
248 @end example
249
250 @noindent
251 Here @var{re} is the default pitch of the muhayer maqam, and
252 @var{bayati} is the name of the base maqam in the group.
253
254 While the key signature indicates the group, it is common for the
255 title to indicate the more specific maqam, so in this example, the
256 name of maqam muhayer should appear in the title.
257
258 Other maqams in the same bayati group, as shown in the table below:
259 (bayati, hussaini, saba, and ushaq) can be indicated in the same
260 way.  These are all variations of the base and most common maqam
261 in the group, which is bayati.  They usually differ from the base
262 maqam in their upper tetrachords, or certain flow details that
263 don't change their fundamental nature, as siblings.
264
265 The other maqam in the same group (Nawa) is related to bayati by
266 modulation which is indicated in the table in parenthesis for
267 those maqams that are modulations of their base maqam.  Arabic
268 maqams admit of only limited modulations, due to the nature of
269 Arabic musical instruments.  Nawa can be indicated as follows:
270
271 @example
272 \key sol \bayati
273 @end example
274
275 In Arabic music, the same term such as bayati that is used to
276 indicate a maqam group, is also a maqam which is usually the most
277 important in the group, and can also be thought of as a base
278 maqam.
279
280 Here is one suggested grouping that maps the more common maqams to
281 key signatures:
282
283 @multitable @columnfractions 0.15 0.1 0.1 0.6
284 @headitem maqam group
285   @tab key
286   @tab finalis
287   @tab Other maqmas in group (finalis)
288 @item ajam
289   @tab major
290   @tab sib
291   @tab jaharka (fa)
292 @item bayati
293   @tab bayati
294   @tab re
295   @tab hussaini, muhayer, saba, ushaq, nawa (sol)
296 @item hijaz
297   @tab kurd
298   @tab re
299   @tab shahnaz, shad arban (sol), hijazkar (do)
300 @item iraq
301   @tab iraq
302   @tab sisb
303   @tab -
304 @item kurd
305   @tab kurd
306   @tab re
307   @tab hijazkar kurd (do)
308 @item nahawand
309   @tab minor
310   @tab do
311   @tab busalik (re), farah faza (sol)
312 @item nakriz
313   @tab minor
314   @tab do
315   @tab nawa athar, hisar (re)
316 @item rast
317   @tab rast
318   @tab do
319   @tab mahur, yakah (sol)
320 @item sikah
321   @tab sikah
322   @tab misb
323   @tab huzam
324 @end multitable
325
326 @snippets
327
328 @lilypondfile[verbatim,quote,texidoc,doctitle]
329 {non-traditional-key-signatures.ly}
330
331
332 @seealso
333 Music Glossary:
334 @rglos{maqam},
335 @rglos{bayati},
336 @rglos{rast},
337 @rglos{sikah},
338 @rglos{iraq},
339 @rglos{kurd}.
340
341 Notation Reference:
342 @ref{Key signature}.
343
344 Learning Manual:
345 @rlearning{Pitches and key signatures}.
346
347 Internals Reference:
348 @rinternals{KeySignature}.
349
350 Snippets:
351 @rlsr{World music},
352 @rlsr{Pitches}.
353
354
355 @node Arabic time signatures
356 @unnumberedsubsubsec Arabic time signatures
357
358 @cindex Arabic time signatures
359 @cindex Semai form
360 @cindex taqasim
361
362 Some Arabic and Turkish music classical forms such as
363 @notation{Semai} use unusual time signatures such as 10/8.  This
364 may lead to an automatic grouping of notes that is quite different
365 from existing typeset music, where notes may not be grouped on the
366 beat, but in a manner that is difficult to match by adjusting
367 automatic beaming.  The alternative is to switch off automatic
368 beaming and beam the notes manually.  Even if a match to existing
369 typeset music is not required, it may still be desirable to adjust
370 the automatic beaming behaviour and/or use compound time signatures.
371
372 @snippets
373
374 @lilypondfile[verbatim,quote,texidoc,doctitle]
375 {arabic-improvisation.ly}
376
377
378 @seealso
379 Music Glossary:
380 @rglos{semai},
381 @rglos{taqasim}.
382
383 Notation Reference:
384 @ref{Manual beams},
385 @ref{Automatic beams},
386 @ref{Unmetered music},
387 @ref{Automatic accidentals},
388 @ref{Setting automatic beam behavior},
389 @ref{Time signature}.
390
391 Snippets:
392 @rlsr{World music}.
393
394
395 @node Arabic music example
396 @unnumberedsubsubsec Arabic music example
397
398 @cindex Arabic music example
399 @cindex Arabic music template
400 @cindex Template Arabic music
401
402 Here is a template that also uses the start of a Turkish @notation{Semai}
403 that is familiar in Arabic music education in order to illustrate
404 some of the peculiarities of Arabic music notation, such as medium
405 intervals and unusual modes that are discussed in this section.
406
407 @lilypond[quote,verbatim]
408 \include "arabic.ly"
409 \score {
410   \relative {
411     \set Staff.extraNatural = ##f
412     \set Staff.autoBeaming = ##f
413     \key re \bayati
414     \time 10/8
415
416     re'4 re'8 re16 [misb re do] sisb [la sisb do] re4 r8
417     re16 [misb do re] sisb [do] la [sisb sol8] la [sisb] do [re] misb
418     fa4 fa16 [misb] misb8. [re16] re8 [misb] re  [do] sisb
419     do4 sisb8 misb16 [re do sisb] la [do sisb la] la4 r8
420   }
421   \header {
422     title = "Semai Muhayer"
423     composer = "Jamil Bek"
424   }
425 }
426 @end lilypond
427
428
429 @seealso
430 Snippets:
431 @rlsr{World music}.
432
433
434 @node Further reading for Arabic music
435 @unnumberedsubsubsec Further reading for Arabic music
436
437 @enumerate
438
439 @item
440 @emph{The music of the Arabs} by Habib Hassan Touma [Amadeus Press, 1996],
441 contains a discussion of maqams and their method of groupings.
442
443 There are also various web sites that explain maqams and some
444 provide audio examples such as :
445
446 @itemize @bullet
447 @item
448 @uref{http://www.maqamworld.com/}
449 @item
450 @uref{http://www.turath.org/}
451 @end itemize
452
453 There are some variations in the details of how maqams are grouped,
454 despite agreement on the criteria of grouping maqams that are
455 related through common lower tetra chords, or through modulation.
456
457 @item
458 There is not a complete consistency, sometimes even in the same
459 text on how key signatures for particular maqams should be
460 specified.  It is common, however, to use a key signature per
461 group, rather than a different key signature for each different
462 maqam.
463
464 Method books by the following authors for the @dfn{Oud}, the Arabic lute,
465 contain examples of mainly Turkish and Arabic compositions.
466
467 @itemize @bullet
468 @item
469 Charbel Rouhana
470 @item
471 George Farah
472 @item
473 Ibrahim Ali Darwish Al-masri
474 @end itemize
475 @end enumerate
476
477
478 @node Turkish classical music
479 @subsection Turkish classical music
480
481 This section highlights issues that are relevant to notating Turkish
482 classical music.
483
484 @menu
485 * References for Turkish classical music::
486 * Turkish note names::
487 @end menu
488
489
490 @node References for Turkish classical music
491 @unnumberedsubsubsec References for Turkish classical music
492
493 @cindex Turkish music
494 @cindex Ottoman music
495 @cindex comma intervals
496 @cindex makam
497 @cindex makamlar
498
499 Turkish classical music developed in the Ottoman Empire in a
500 period roughly contemporaneous with classical music in Europe,
501 and has continued on into the 20th and 21st centuries as a
502 vibrant and distinct tradition with its own compositional
503 forms, theory and performance styles.  Among its striking
504 features is the use of microtonal intervals based on @q{commas}
505 of 1/9 of a tone, from which are constructed the melodic
506 forms known as @notation{makam} (plural @notation{makamlar}).
507
508 Some issues relevant to Turkish classical music are covered
509 elsewhere:
510
511 @itemize
512 @item Special note names and accidentals are explained in
513 @ref{Common notation for non-Western music}.
514
515 @end itemize
516
517
518 @node Turkish note names
519 @unnumberedsubsubsec Turkish note names
520
521 @cindex Turkish note names
522 @cindex makam
523 @cindex makamlar
524
525 Pitches in Turkish classical music traditionally have unique
526 names, and the basis of pitch on 1/9-tone divisions means
527 makamlar employ a completely different set of intervals from
528 Western scales and modes: @notation{koma} (1/9 of a tone),
529 @notation{eksik bakiye} (3/9), @notation{bakiye} (4/9),
530 @notation{kücük mücenneb} (5/9), @notation{büyük mücenneb}
531 (8/9), @notation{tanîni} (a whole tone) and
532 @notation{artık ikili} (12/9 or 13/9 of a tone).
533
534 From a modern notational point of view it is convenient to
535 use the standard Western staff notes (c, d, e, @dots{}) with
536 special accidentals that raise or lower notes by intervals
537 of 1/9, 4/9, 5/9 and 8/9 of a tone.  These accidentals are
538 defined in the file @file{makam.ly}.
539
540 The following table lists:
541 @itemize
542 @item
543 the name of these special accidentals,
544 @item
545 the accidental suffix that must be added to notes,
546 @item
547 and their pitch alteration as a
548 fraction of one whole tone.
549 @end itemize
550
551 @quotation
552 @multitable {@b{büyük mücenneb (sharp)}} {@b{suffix}} {@b{pitch alteration}}
553 @headitem Accidental name
554   @tab suffix @tab pitch alteration
555
556 @item büyük mücenneb (sharp)
557   @tab -bm @tab +8/9
558 @item kücük mücenneb (sharp)
559   @tab -k @tab +5/9
560 @item bakiye (sharp)
561   @tab -b @tab +4/9
562 @item koma (sharp)
563   @tab -c @tab +1/9
564
565 @item koma (flat)
566   @tab -fc @tab -1/9
567 @item bakiye (flat)
568   @tab -fb @tab -4/9
569 @item kücük mücenneb (flat)
570   @tab -fk @tab -5/9
571 @item büyük mücenneb (flat)
572   @tab -fbm @tab -8/9
573 @end multitable
574 @end quotation
575
576 For a more general explanation of non-Western music notation, see
577 @ref{Common notation for non-Western music}.
578
579 @seealso
580 Music Glossary:
581 @rglos{makam},
582 @rglos{makamlar}.
583
584 Notation Reference:
585 @ref{Common notation for non-Western music}.