]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/arabic-improvisation.ly
5aaec8b5f82e305bde72287a70bcde0ccda3342a
[lilypond.git] / Documentation / snippets / arabic-improvisation.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
5
6 \header {
7   lsrtags = "world-music"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
10   texidoces = "
11 Para las improvisaciones o @emph{taqasim} que son libres durante unos
12 momentos, se puede omitir la indicación de compás y se puede usar
13 @code{\cadenzaOn}.  Podría ser necesario ajustar el estilo de
14 alteraciones accidentales, porque la ausencia de líneas divisorias
15 hará que la alteración aparezca una sola vez.  He aquí un ejemplo de
16 cómo podría ser el comienzo de una improvisación @emph{hijaz}:
17
18 "
19 doctitlees = "Improvisación de música árabe"
20
21 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
22   texidocde = "
23 Bei Improvisation oder @emph{taqasim}, die zeitlich frei gespielt
24 werden, kann die Taktart ausgelassen werden und @code{\cadenzaOn}
25 kann eingesetzt werden.  Es kann nötig sein, den Versetzungszeichenstil
26 anzupassen, weil sonst die Versetzungszeichen nur einmal ausgegeben
27 werden, da keine Taktlinien gesetzt sind.  Hier ein Beispiel, wie
28 der Begin einer @emph{hijaz}-Improvisation aussehen könnte:
29
30 "
31
32   doctitlede = "Arabische Improvisation"
33
34   texidoc = "
35 For improvisations or taqasim which are temporarily free, the time
36 signature can be omitted and @code{\\cadenzaOn} can be used.  Adjusting
37 the accidental style might be required, since the absence of bar lines
38 will cause the accidental to be marked only once.  Here is an example
39 of what could be the start of a hijaz improvisation:
40
41 "
42   doctitle = "Arabic improvisation"
43 } % begin verbatim
44
45 \include "arabic.ly"
46
47 \relative sol' {
48   \key re \kurd
49   #(set-accidental-style 'forget)
50   \cadenzaOn
51   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
52 }