]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/arabic-improvisation.ly
LSR: update.
[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.29"
5
6 \header {
7   lsrtags = "world-music"
8
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
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
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23   texidocde = "
24 Bei Improvisation oder @emph{taqasim}, die zeitlich frei gespielt
25 werden, kann die Taktart ausgelassen werden und @code{\cadenzaOn}
26 kann eingesetzt werden.  Es kann nötig sein, den Versetzungszeichenstil
27 anzupassen, weil sonst die Versetzungszeichen nur einmal ausgegeben
28 werden, da keine Taktlinien gesetzt sind.  Hier ein Beispiel, wie
29 der Begin einer @emph{hijaz}-Improvisation aussehen könnte:
30
31 "
32
33   doctitlede = "Arabische Improvisation"
34
35   texidoc = "
36 For improvisations or taqasim which are temporarily free, the time
37 signature can be omitted and @code{\\cadenzaOn} can be used.  Adjusting
38 the accidental style might be required, since the absence of bar lines
39 will cause the accidental to be marked only once.  Here is an example
40 of what could be the start of a hijaz improvisation:
41
42 "
43   doctitle = "Arabic improvisation"
44 } % begin verbatim
45
46 \include "arabic.ly"
47
48 \relative sol' {
49   \key re \kurd
50   #(set-accidental-style 'forget)
51   \cadenzaOn
52   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
53 }