]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/makam-example.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / makam-example.ly
1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.13.36
8 \version "2.14.0"
9
10 \header {
11 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
12   texidoces = "
13 El «Makam» es un tipo de melodía de Turquía que
14 utiliza alteraciones microtonales de 1/9 de tono.  Consulte el
15 archivo de inicio @file{makam.ly} (véase el 'Manual de
16 aprendizaje @version{}, 4.6.3 Otras fuentes de información' para
17 averiguar la situación de este archivo) para ver detalles de los
18 nombres de las notas y las alteraciones.
19
20 "
21   doctitlees = "Ejemplo de «Makam»"
22
23
24
25 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
26   texidocde = "
27 Makam ist eine türkische Melodie, in der 1/9-Tonabstände
28 eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
29 @file{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
30 und Alterationen an (siehe
31 Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
32 Hinweisen, wo diese Datei gespeichert ist)."
33
34   doctitlede = "Makam-Beispiel"
35
36 %% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
37   texidocfr = "
38 Le « makam » est une forme de mélodie turque qui utilise des altérations
39 d'un neuvième de ton.  Consultez le fichier d'initialisation
40 @file{makam.ly} pour plus de détails sur les hauteurs et altérations
41 utilisées (voir le chapitre 4.6.3 - Autres sources d'information du
42 manuel d'initiation pour le localiser).
43
44 "
45   doctitlefr = "Exemple de musique « Makam »"
46
47   lsrtags = "pitches, world-music"
48   texidoc = "
49 Makam is a type of melody from Turkey using 1/9th-tone microtonal
50 alterations.  Consult the initialization file @samp{ly/makam.ly} for
51 details of pitch names and alterations.
52
53 "
54   doctitle = "Makam example"
55 } % begin verbatim
56
57
58 % Initialize makam settings
59 \include "makam.ly"
60
61 \relative c' {
62   \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
63   c4 cc db fk
64   gbm4 gfc gfb efk
65   fk4 db cc c
66 }