]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/makam-example.ly
LSR: Update.
[lilypond.git] / input / lsr / 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.12.3"
4
5 \header {
6   lsrtags = "pitches, world-music"
7
8   texidoces = "
9 El «Makam» es un tipo de melodía de Turquía que
10 utiliza intervalos microtonales de 1/9 de tono.  Consulte el
11 archivo de inicio @code{makam.ly} (véase el 'Manual de
12 aprendizaje @version{}, 4.6.3 Otras fuentes de información' para
13 averiguar la situación de este archivo) para ver detalles de los
14 nombres de las notas y las alteraciones.
15
16 "
17   doctitlees = "El «Makam»"
18
19   texidoc = "
20 Makam is a type of melody from Turkey using 1/9th-tone microtonal
21 alterations. Consult the initialization file @samp{ly/makam.ly} for
22 details of pitch names and alterations. 
23
24 "
25   doctitle = "Makam example"
26 } % begin verbatim
27
28 % Initialize makam settings
29 \include "makam.ly"
30
31 \relative c' {
32   \set Staff.keySignature = #`((3 . ,BAKIYE) (6 . ,(- KOMA)))
33   c4 cc db fk
34   gbm4 gfc gfb efk
35   fk4 db cc c
36 }