]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/arabic-improvisation.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / arabic-improvisation.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.3"
4
5 \header {
6   lsrtags = "world-music"
7
8   texidoces = "
9 Para las improvisaciones o @emph{taqasim} que son libres durante unos
10 momentos, se puede omitir la indicación de compás y se puede usar
11 @code{\cadenzaOn}.  Podría ser necesario ajustar el estilo de
12 alteraciones accidentales, porque la ausencia de líneas divisorias
13 hará que la alteración aparezca una sola vez.  He aquí un ejemplo de
14 cómo podría ser el comienzo de una improvisación @emph{hijaz}:
15
16 "
17 doctitlees = "Improvisación de música árabe"
18
19   texidoc = "
20 For improvisations or taqasim which are temporarily free, the time
21 signature can be omitted and @code{\\cadenzaOn} can be used.  Adjusting
22 the accidental style might be required, since the absence of bar lines
23 will cause the accidental to be marked only once.  Here is an example
24 of what could be the start of a hijaz improvisation:
25
26 "
27   doctitle = "Arabic improvisation"
28 } % begin verbatim
29
30 \include "arabic.ly"
31
32 \relative sol' {
33   \key re \kurd
34   #(set-accidental-style 'forget)
35   \cadenzaOn
36   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
37 }