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