]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/arabic-improvisation.ly
Update to LSR using only local files
[lilypond.git] / Documentation / snippets / arabic-improvisation.ly
index 9092f92d4db7c28f75272e2d260942c9f04a2d51..0eb27b307a4ee5443db243bc8858961d9c64138d 100644 (file)
@@ -4,12 +4,12 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.15.20"
 
 \header {
   lsrtags = "world-music"
 
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
+%% 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
@@ -35,6 +35,19 @@ der Beginn einer @emph{hijaz}-Improvisation aussehen könnte:
 
   doctitlede = "Arabische Improvisation"
 
+%% Translation of GIT committish: d9d1da30361a0bcaea1ae058eb1bc8dd3a5b2e4c
+  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"
+
+
   texidoc = "
 For improvisations or taqasim which are temporarily free, the time
 signature can be omitted and @code{\\cadenzaOn} can be used.  Adjusting
@@ -50,7 +63,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
 }