]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/makam-example.ly
Fix 546.
[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 \version "2.13.1"
4 \header {
5   texidoces = "
6 El «Makam» es un tipo de melodía de Turquía que
7 utiliza intervalos microtonales de 1/9 de tono.  Consulte el
8 archivo de inicio @code{makam.ly} (véase el 'Manual de
9 aprendizaje @version{}, 4.6.3 Otras fuentes de información' para
10 averiguar la situación de este archivo) para ver detalles de los
11 nombres de las notas y las alteraciones.
12
13 "
14   doctitlees = "El «Makam»"
15
16   
17 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
18   texidocde = "
19 Makam ist eine türkische Melodie, in der 1/9-Tonabstände
20 eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
21 @code{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
22 und Alterationen an (siehe
23 Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
24 Hinweisen, wo diese Datei gespeichert ist)."
25   
26   doctitlede = "Makam-Beispiel"
27
28   lsrtags = "pitches,world-music"
29   texidoc = "Makam is a type of melody from Turkey using 1/9th-tone
30 microtonal alterations.  Consult the initialization file
31 @code{makam.ly} (see the `Learning Manual @version{},
32 4.6.3 Other sources of information' for the location of this file)
33 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 }