]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/makam-example.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / makam-example.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "version-specific, pitches, world-music"
11
12 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
13   texidoces = "
14 El «Makam» es un tipo de melodía de Turquía que
15 utiliza alteraciones microtonales de 1/9 de tono.  Consulte el
16 archivo de inicio @file{makam.ly} (véase el 'Manual de
17 aprendizaje @version{}, 4.6.3 Otras fuentes de información' para
18 averiguar la situación de este archivo) para ver detalles de los
19 nombres de las notas y las alteraciones.
20
21 "
22   doctitlees = "Ejemplo de «Makam»"
23
24
25
26 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
27   texidocde = "
28 Makam ist eine türkische Melodie, in der 1/9-Tonabstände
29 eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
30 @file{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
31 und Alterationen an (siehe
32 Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
33 Hinweisen, wo diese Datei gespeichert ist)."
34
35   doctitlede = "Makam-Beispiel"
36
37 %% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
38   texidocfr = "
39 Le « makam » est une forme de mélodie turque qui utilise des altérations
40 d'un neuvième de ton.  Consultez le fichier d'initialisation
41 @file{makam.ly} pour plus de détails sur les hauteurs et altérations
42 utilisées (voir le chapitre 4.6.3 - Autres sources d'information du
43 manuel d'initiation pour le localiser).
44
45 "
46   doctitlefr = "Exemple de musique « Makam »"
47
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 }