]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/makam-example.ly
5976bc2fc63ad0f4dffd71d41a1371a02043d20c
[lilypond.git] / input / lsr / makam-example.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
4 \version "2.13.1"
5 \header {
6 %% Translation of GIT committish: 33d87eaa6928c0242687fc2361e89de854161c1d
7   texidoces = "
8 El «Makam» es un tipo de melodía de Turquía que
9 utiliza intervalos microtonales de 1/9 de tono.  Consulte el
10 archivo de inicio @code{makam.ly} (véase el 'Manual de
11 aprendizaje @version{}, 4.6.3 Otras fuentes de información' para
12 averiguar la situación de este archivo) para ver detalles de los
13 nombres de las notas y las alteraciones.
14
15 "
16   doctitlees = "El «Makam»"
17
18   
19 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
20   texidocde = "
21 Makam ist eine türkische Melodie, in der 1/9-Tonabstände
22 eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
23 @code{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
24 und Alterationen an (siehe
25 Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
26 Hinweisen, wo diese Datei gespeichert ist)."
27   
28   doctitlede = "Makam-Beispiel"
29
30   lsrtags = "pitches,world-music"
31   texidoc = "Makam is a type of melody from Turkey using 1/9th-tone
32 microtonal alterations.  Consult the initialization file
33 @code{ly/makam.ly} for details of pitch names and alterations."
34   doctitle = "Makam example"
35 } % begin verbatim
36
37
38 % Initialize makam settings
39 \include "makam.ly"
40
41 \relative c' {
42   \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
43   c4 cc db fk
44   gbm4 gfc gfb efk
45   fk4 db cc c
46 }