X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=Documentation%2Fsnippets%2Farabic-improvisation.ly;h=3d1708e4556223445e1dab4c2f9e7cb87906f467;hb=ca6e130e62a717b99db393f7262c9b34cb3d127d;hp=e95b5693885fada108fbe599f1b4f31022434688;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/Documentation/snippets/arabic-improvisation.ly b/Documentation/snippets/arabic-improvisation.ly index e95b569388..3d1708e455 100644 --- a/Documentation/snippets/arabic-improvisation.ly +++ b/Documentation/snippets/arabic-improvisation.ly @@ -4,37 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.17.6" \header { lsrtags = "world-music" -%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2 - 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 -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}: - -" -doctitlees = "Improvisación de música árabe" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Bei Improvisation oder @emph{taqasim}, die zeitlich frei gespielt -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 Beginn einer @emph{hijaz}-Improvisation aussehen könnte: - -" - - doctitlede = "Arabische Improvisation" - texidoc = " For improvisations or taqasim which are temporarily free, the time signature can be omitted and @code{\\cadenzaOn} can be used. Adjusting @@ -46,11 +20,12 @@ of what could be the start of a hijaz improvisation: doctitle = "Arabic improvisation" } % begin verbatim + \include "arabic.ly" \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 }