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