]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/makam-example.ly
Merge master into nested-bookparts
[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.11.62"
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   lsrtags = "pitches,world-music"
17   texidoc = "Makam is a type of melody from Turkey using 1/9th-tone
18 microtonal alterations.  Consult the initialization file
19 @code{makam.ly} (see the `Learning Manual @version{},
20 4.6.3 Other sources of information' for the location of this file)
21 for details of pitch names and alterations."
22   doctitle = "Makam example"
23 } % begin verbatim
24
25 % Initialize makam settings
26 \include "makam.ly"
27
28 \relative c' {
29   \set Staff.keySignature = #`((3 . ,BAKIYE) (6 . ,(- KOMA)))
30   c4 cc db fk
31   gbm4 gfc gfb efk
32   fk4 db cc c
33 }