]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/makam-example.ly
Doc-fr: updates texidocs
[lilypond.git] / Documentation / snippets / makam-example.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.19.7"
8
9 \header {
10   lsrtags = "pitches, version-specific, world-music"
11
12   texidoc = "
13 Makam is a type of melody from Turkey using 1/9th-tone microtonal
14 alterations. Consult the initialization file @samp{ly/makam.ly} for
15 details of pitch names and alterations.
16
17 "
18   doctitle = "Makam example"
19 } % begin verbatim
20
21
22 % Initialize makam settings
23 \include "makam.ly"
24
25 \relative c' {
26   \set Staff.keyAlterations = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
27   c4 cc db fk
28   gbm4 gfc gfb efk
29   fk4 db cc c
30 }