]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/makam-example.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / makam-example.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "pitches, world-music"
7
8 %% Translation of GIT committish: 33d87eaa6928c0242687fc2361e89de854161c1d
9   texidoces = "
10 El «Makam» es un tipo de melodía de Turquía que
11 utiliza intervalos 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 = "El «Makam»"
19
20   
21 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
22   texidocde = "
23 Makam ist eine türkische Melodie, in der 1/9-Tonabstände
24 eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
25 @code{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
26 und Alterationen an (siehe
27 Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
28 Hinweisen, wo diese Datei gespeichert ist)."
29   
30   doctitlede = "Makam-Beispiel"
31
32   texidoc = "
33 Makam is a type of melody from Turkey using 1/9th-tone microtonal
34 alterations. Consult the initialization file @samp{ly/makam.ly} for
35 details of pitch names and alterations. 
36
37 "
38   doctitle = "Makam example"
39 } % begin verbatim
40
41 % Initialize makam settings
42 \include "makam.ly"
43
44 \relative c' {
45   \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
46   c4 cc db fk
47   gbm4 gfc gfb efk
48   fk4 db cc c
49 }