]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/arabic-improvisation.ly
Allow open strings in chords regardless of finger positions
[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.15.20"
8
9 \header {
10   lsrtags = "world-music"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
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 %% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c
39   texidocfr = "
40 Lorsque les improvisations ou @emph{taqasim} sont temporairement libres,
41 la métrique peut ne pas apparaître, auquel cas on utilisera un
42 @code{\\cadenzaOn}.  Les altérations accidentelles devront alors être
43 répétées en raison de l'absence de barre de mesure.  Voici comment
44 pourrait débuter une improvisation de @emph{hijaz}.
45
46 "
47   doctitlefr = "Improvisation en musique arabe"
48
49
50   texidoc = "
51 For improvisations or taqasim which are temporarily free, the time
52 signature can be omitted and @code{\\cadenzaOn} can be used.  Adjusting
53 the accidental style might be required, since the absence of bar lines
54 will cause the accidental to be marked only once.  Here is an example
55 of what could be the start of a hijaz improvisation:
56
57 "
58   doctitle = "Arabic improvisation"
59 } % begin verbatim
60
61 \include "arabic.ly"
62
63 \relative sol' {
64   \key re \kurd
65   \accidentalStyle "forget"
66   \cadenzaOn
67   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
68 }