]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/makam-example.ly
LSR: Update.
[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.0
5 \version "2.13.4"
6
7 \header {
8 %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
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 @code{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: d96023d8792c8af202c7cb8508010c0d3648899d
23   texidocde = "
24 Makam ist eine türkische Melodie, in der 1/9-Tonabstände
25 eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
26 @code{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   lsrtags = "pitches, world-music"
34   texidoc = "
35 Makam is a type of melody from Turkey using 1/9th-tone microtonal
36 alterations.  Consult the initialization file @samp{ly/makam.ly} for
37 details of pitch names and alterations.
38
39 "
40   doctitle = "Makam example"
41 } % begin verbatim
42
43
44 % Initialize makam settings
45 \include "makam.ly"
46
47 \relative c' {
48   \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
49   c4 cc db fk
50   gbm4 gfc gfb efk
51   fk4 db cc c
52 }