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