]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/arabic-improvisation.ly
Updates LSR locally
[lilypond.git] / Documentation / snippets / arabic-improvisation.ly
index f90ebb678a3d64d89203d0a1723f38a66e520ee0..ec2e7fb9ba3a7989937b01be683e302dd15bf7a3 100644 (file)
@@ -1,16 +1,33 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.15.20"
 
 \header {
+%% Translation of GIT committish: af2292dff32d630f62d69294158452f103f3e393
+  texidocfr = "
+Lorsque les improvisations ou @emph{taqasim} sont temporairement libres,
+la métrique peut ne pas apparaître, auquel cas on utilisera un
+@code{\\cadenzaOn}.  Les altérations accidentelles devront alors être
+répétées en raison de l'absence de barre de mesure.  Voici comment
+  pourrait débuter un improvisation de @emph{hijaz}.
+
+"
+
+  doctitlefr = "Improvisation en musique arabe"
+
+
   lsrtags = "world-music"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+
+%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f
   texidoces = "
 Para las improvisaciones o @emph{taqasim} que son libres durante unos
 momentos, se puede omitir la indicación de compás y se puede usar
-@code{\cadenzaOn}.  Podría ser necesario ajustar el estilo de
+@code{\\cadenzaOn}.  Podría ser necesario ajustar el estilo de
 alteraciones accidentales, porque la ausencia de líneas divisorias
 hará que la alteración aparezca una sola vez.  He aquí un ejemplo de
 cómo podría ser el comienzo de una improvisación @emph{hijaz}:
@@ -19,14 +36,14 @@ cómo podría ser el comienzo de una improvisación @emph{hijaz}:
 doctitlees = "Improvisación de música árabe"
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Bei Improvisation oder @emph{taqasim}, die zeitlich frei gespielt
-werden, kann die Taktart ausgelassen werden und @code{\cadenzaOn}
+werden, kann die Taktart ausgelassen werden und @code{\\cadenzaOn}
 kann eingesetzt werden.  Es kann nötig sein, den Versetzungszeichenstil
 anzupassen, weil sonst die Versetzungszeichen nur einmal ausgegeben
 werden, da keine Taktlinien gesetzt sind.  Hier ein Beispiel, wie
-der Begin einer @emph{hijaz}-Improvisation aussehen könnte:
+der Beginn einer @emph{hijaz}-Improvisation aussehen könnte:
 
 "
 
@@ -47,7 +64,7 @@ of what could be the start of a hijaz improvisation:
 
 \relative sol' {
   \key re \kurd
-  #(set-accidental-style 'forget)
+  \accidentalStyle "forget"
   \cadenzaOn
   sol4 sol sol sol fad mib sol1 fad8 mib re4. r8 mib1 fad sol
 }