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