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