]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/world.itely
Update from Joseph
[lilypond.git] / Documentation / user / 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.  See TRANSLATION for details.
7 @end ignore
8
9 @c \version "2.11.51"
10
11 @node World music
12 @section World music
13
14 The purpose of this section is to highlight musical notation issues
15 that are relevant to traditions outside the Western tradition. 
16
17 @menu
18 * Arabic music::                
19 @end menu
20
21 @node Arabic music
22 @subsection Arabic music
23
24 This section highlights issues that are relevant to notating Arabic
25 music.
26
27 @menu
28 * References for Arabic music::  
29 * Arabic note names ::          
30 * Arabic key signatures::       
31 * Arabic time signatures::      
32 * Arabic music example::        
33 * Further reading::             
34 @end menu
35
36  
37 @node References for Arabic music
38 @unnumberedsubsubsec References for Arabic music 
39
40 @cindex Arabic music
41 @cindex medium intervals  
42 @cindex maqam 
43 @cindex maqams
44
45 Arabic music so far has been mainly an oral tradition.  When music
46 is transcribed, it is usually in a sketch format, on which
47 performers are expected to improvise significantly.  Increasingly,
48 Western notation, with a few variations, is adopted in order to
49 communicate and preserve Arabic music. 
50
51 Some elements of Western musical notation such as the
52 transcription of chords or independent parts, are not required to
53 typeset the more traditional Arabic pieces.  There are however
54 some different issues, such as the need to indicate medium
55 intervals that are somewhere between a semi-tone and a tone, in
56 addition to the minor and major intervals that are used in Western
57 music.  There is also the need to group and indicate a large
58 number of different maqams (modes) that are part of Arabic music.
59   
60 In general, Arabic music notation does not attempt to precisely
61 indicate microtonal elements that are present in musical practice.
62
63 Several issues that are relevant to Arabic music are covered 
64 elsewhere: 
65
66 @itemize
67 @item Note names and accidentals (including quarter tones) can be
68 tailored as discussed in @ref{Note names in other languages}.
69
70 @item Additional key signatures can also be tailored as described
71 in @ref{Key signature}.
72
73 @item Complex time signatures may require that notes be grouped
74 manually as described in @ref{Manual beams}. 
75
76 @end itemize 
77
78 @seealso
79
80 Notation Reference:
81 @ref{Note names in other languages},     
82 @ref{Key signature},
83 @ref{Manual beams}.
84
85 Snippets:
86 @rlsr{World music}.
87  
88
89 @node Arabic note names 
90 @unnumberedsubsubsec Arabic note names 
91
92
93 @cindex Arabic note names 
94
95 The more traditional Arabic note names can be quite long and are
96 not suitable for the purpose of music writing, so they are not
97 used.  English note names are not very familiar in Arabic music
98 education, so Italian or Solfege note names (@code{do, re, mi, fa,
99 sol, la, si}) are used instead.  Modifiers (accidentals) can also
100 be used, as discussed in @ref{Note names in other languages}. 
101
102 For example, this is how the Arabic @notation{rast} scale can be
103 notated:
104
105 @lilypond[quote,verbatim]    
106 \include "arabic.ly"
107 \relative do' { 
108   do re misb fa sol la sisb do sisb la sol fa misb re do 
109 }
110 @end lilypond
111
112
113 @cindex Arabic semi-flat symbol 
114 @cindex Semi-flat symbol appearance
115
116 The symbol for semi-flat does not match the symbol which is used
117 in Arabic notation.  The @code{\dwn} symbol defined in
118 @code{arabic.ly} may be used preceding a flat symbol as a work
119 around if it is important to use the specific Arabic semi-flat
120 symbol.  The appearance of the semi-flat symbol in the key
121 signature cannot be altered by using this method. 
122
123
124 @lilypond[quote,verbatim]    
125 \include "arabic.ly"
126 \relative do' { 
127   \set Staff.extraNatural = ##f 
128   dod dob dosd \dwn dob dobsb dodsd do do
129 }
130 @end lilypond
131
132
133 @seealso 
134
135 Notation Reference:     
136 @ref{Note names in other languages}.
137
138 Snippets:
139 @rlsr{World music}.
140
141
142 @node Arabic key signatures
143 @unnumberedsubsubsec Arabic key signatures 
144
145 @cindex Arabic key signatures
146
147 In addition to the minor and major key signatures, the following
148 key signatures are defined in @code{arabic.ly}: @notation{bayati},
149 @notation{rast}, @notation{sikah}, @notation{iraq}, and
150 @notation{kurd}.  These key signatures define a small number of
151 maqam groups rather than the large number of maqams that are in
152 common use. 
153
154 In general, a maqam uses the key signature of its group, or a 
155 neighbouring group, and varying accidentals are marked throughout 
156 the music.
157
158 For example to indicate the key signature of a maqam muhayer piece:  
159
160 @example
161 \key re \bayati 
162 @end example
163
164 Here @var{re} is the default pitch of the muhayer maqam, and
165 @var{bayati} is the name of the base maqam in the group. 
166
167 While the key signature indicates the group, it is common for the
168 title to indicate the more specific maqam, so in this example, the
169 name of maqam muhayer should appear in the title.
170
171 Other maqams in the same bayati group, as shown in the table below:
172 (bayati, hussaini, saba, and ushaq) can be indicated in the same
173 way.  These are all variations of the base and most common maqam
174 in the group, which is bayati.  They usually differ from the base
175 maqam in their upper tetrachords, or certain flow details that
176 don't change their fundamental nature, as siblings. 
177
178 The other maqam in the same group (Nawa) is related to bayati by
179 modulation which is indicated in the table in parenthesis for
180 those maqams that are modulations of their base maqam.  Arabic
181 maqams admit of only limited modulations, due to the nature of
182 Arabic musical instruments.  Nawa can be indicated as follows: 
183
184 @example
185 \key sol \bayati
186 @end example
187
188 In Arabic music, the same term such as bayati that is used to
189 indicate a maqam group, is also a maqam which is usually the most
190 important in the group, and can also be thought of as a base
191 maqam. 
192
193 Here is one suggested grouping that maps the more common maqams to
194 key signatures: 
195
196 @multitable @columnfractions 0.1 0.1 0.1 0.6
197 @headitem maqam group 
198   @tab key 
199   @tab finalis 
200   @tab Other maqmas in group (finalis)  
201 @item ajam 
202   @tab major 
203   @tab sib 
204   @tab jaharka (fa)
205 @item bayati 
206   @tab bayati
207   @tab re
208   @tab hussaini, muhayer, saba, ushaq, nawa (sol) 
209 @item hijaz 
210   @tab kurd
211   @tab re 
212   @tab shahnaz, shad arban (sol), hijazkar (do)
213 @item iraq 
214   @tab iraq
215   @tab sisb
216   @tab - 
217 @item kurd 
218   @tab kurd
219   @tab re
220   @tab hijazkar kurd (do) 
221 @item nahawand 
222   @tab minor
223   @tab do 
224   @tab busalik (re), farah faza (sol)
225 @item nakriz 
226   @tab minor
227   @tab do 
228   @tab nawa athar, hisar (re)
229 @item rast 
230   @tab rast
231   @tab do
232   @tab mahur, yakah (sol)
233 @item sikah 
234   @tab sikah
235   @tab misb
236   @tab huzam 
237 @end multitable          
238
239 @snippets
240
241
242
243 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
244 {non-traditional-key-signatures.ly}
245
246
247 @seealso
248
249 Notation Reference:     
250 @ref{Key signature}.
251  
252 Learning Manual:
253 @rlearning{Accidentals and key signatures}.
254
255 Internals Reference:
256 @rinternals{KeySignature}.
257
258 Snippets:
259 @rlsr{World music}, 
260 @rlsr{Pitches}.
261
262
263 @node Arabic time signatures
264 @unnumberedsubsubsec Arabic time signatures 
265
266 @cindex Arabic time signatures
267 @cindex Semai form 
268 @cindex taqasim 
269
270 Some Arabic and Turkish music classical forms such as
271 @notation{Semai} use unusual time signatures such as 10/8.  This
272 may lead to an automatic grouping of notes that is quite different
273 from existing typeset music, where notes may not be grouped on the
274 beat, but in a manner that is difficult to match by adjusting
275 automatic beaming.  You can override this by switching off
276 automatic beaming and beaming the notes manually.  Where matching
277 existing typeset music is not an issue, you may still want to
278 adjust the beaming behaviour and/or using compound time
279 signatures.
280
281 @snippets
282
283 @lilypondfile[verbatim,lilyquote,texidoc,doctitle]
284 {compound-time-signatures.ly}
285
286 @c FIXME: move to arabic-improvisation.ly
287 For improvisations or @notation{taqasim} which are temporarily
288 free, the time signature can be omitted and @code{\cadenzaOn} can
289 be used.  You might need to adjust the accidental style, since the
290 absence of bar lines will cause the accidental to be marked only
291 once.  Here is an example of what could be the start of a
292 @notation{hijaz} improvisation:
293
294 @lilypond[quote,verbatim]    
295 \include "arabic.ly"
296 \relative sol' {
297   \key re \kurd 
298   #(set-accidental-style 'forget)
299   \cadenzaOn  
300   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
301
302 @end lilypond
303
304
305 @seealso 
306
307 Notation Reference:
308 @ref{Manual beams},
309 @ref{Automatic beams},
310 @ref{Unmetered music}, 
311 @ref{Automatic accidentals}, 
312 @ref{Setting automatic beam behavior}, 
313 @ref{Time signature}. 
314
315 Snippets:
316 @rlsr{World music}.
317
318
319 @node Arabic music example
320 @unnumberedsubsubsec Arabic music example 
321
322 @cindex Arabic music example 
323 @cindex Arabic music template
324 @cindex Template Arabic music 
325
326 Here is a template that also uses the start of a Turkish Semai
327 that is familiar in Arabic music education in order to illustrate
328 some of the peculiarities of Arabic music notation, such as medium
329 intervals and unusual modes that are discussed in this section. 
330
331 @lilypond[quote,verbatim]  
332 \include "arabic.ly"
333 \score {
334   \relative re' {
335     \set Staff.extraNatural = ##f
336     \set Staff.autoBeaming = ##f
337     \key re \bayati 
338     \time 10/8
339           
340     re4 re'8 re16 [misb re do] sisb [la sisb do] re4 r8                
341     re16 [misb do re] sisb [do] la [sisb sol8] la [sisb] do [re] misb 
342     fa4 fa16 [misb] misb8. [re16] re8 [misb] re  [do] sisb             
343     do4 sisb8 misb16 [re do sisb] la [do sisb la] la4 r8                
344   }
345   \header {
346     title = "Semai Muhayer"
347     composer = "Jamil Bek"
348   }
349 }
350 @end lilypond
351
352 @seealso
353
354 Snippets:
355 @rlsr{World music} 
356
357
358
359 @node Further reading
360 @unnumberedsubsubsec Further reading
361
362 @enumerate
363
364 @item 
365 The music of the Arabs by Habib Hassan Touma [Amadeus Press, 1996], 
366 contains a discussion of maqams and their method of groupings.
367
368 There are also various web sites that explain maqams and some 
369 provide audio examples such as :
370
371 @itemize @bullet 
372 @item 
373 @uref{http://www.maqamworld.com/}
374 @item 
375 @uref{http://www.turath.org/}
376 @end itemize  
377
378 There are some variations in the details of how maqams are grouped, 
379 despite agreement on the criteria of grouping maqams that are 
380 related through common lower tetra chords, or through modulation.  
381
382 @item 
383 There is not a complete consistency, sometimes even in the same 
384 text on how key signatures for particular maqams should be 
385 specified. It is common, however, to use a key signature per 
386 group, rather than a different key signature for each different 
387 maqam.
388   
389 Oud methods by the following authors, contain examples of 
390 mainly Turkish and Arabic compositions. 
391
392 @itemize @bullet
393 @item 
394 Charbel Rouhana
395 @item 
396 George Farah
397 @item 
398 Ibrahim Ali Darwish Al-masri
399 @end itemize
400 @end enumerate
401
402