]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/makam-example.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / makam-example.ly
diff --git a/Documentation/snippets/makam-example.ly b/Documentation/snippets/makam-example.ly
new file mode 100644 (file)
index 0000000..9b92424
--- /dev/null
@@ -0,0 +1,66 @@
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.14.0
+\version "2.14.0"
+
+\header {
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
+  texidoces = "
+El «Makam» es un tipo de melodía de Turquía que
+utiliza alteraciones microtonales de 1/9 de tono.  Consulte el
+archivo de inicio @file{makam.ly} (véase el 'Manual de
+aprendizaje @version{}, 4.6.3 Otras fuentes de información' para
+averiguar la situación de este archivo) para ver detalles de los
+nombres de las notas y las alteraciones.
+
+"
+  doctitlees = "Ejemplo de «Makam»"
+
+
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
+  texidocde = "
+Makam ist eine türkische Melodie, in der 1/9-Tonabstände
+eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
+@file{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
+und Alterationen an (siehe
+Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
+Hinweisen, wo diese Datei gespeichert ist)."
+
+  doctitlede = "Makam-Beispiel"
+
+%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
+  texidocfr = "
+Le « makam » est une forme de mélodie turque qui utilise des altérations
+d'un neuvième de ton.  Consultez le fichier d'initialisation
+@file{makam.ly} pour plus de détails sur les hauteurs et altérations
+utilisées (voir le chapitre 4.6.3 - Autres sources d'information du
+manuel d'initiation pour le localiser).
+
+"
+  doctitlefr = "Exemple de musique « Makam »"
+
+  lsrtags = "pitches, world-music"
+  texidoc = "
+Makam is a type of melody from Turkey using 1/9th-tone microtonal
+alterations.  Consult the initialization file @samp{ly/makam.ly} for
+details of pitch names and alterations.
+
+"
+  doctitle = "Makam example"
+} % begin verbatim
+
+
+% Initialize makam settings
+\include "makam.ly"
+
+\relative c' {
+  \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
+  c4 cc db fk
+  gbm4 gfc gfb efk
+  fk4 db cc c
+}