1%% DO NOT EDIT this file manually; it is automatically
2%% generated from LSR http://lsr.di.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.23.2"
8
9\header {
10  lsrtags = "pitches, version-specific, world-music"
11
12  texidoc = "
13Makam is a type of melody from Turkey using 1/9th-tone microtonal
14alterations.
15
16Consult the initialization file @samp{ly/makam.ly} for details of
17pitch names and alterations.
18
19"
20  doctitle = "Makam example"
21} % begin verbatim
22
23% Initialize makam settings
24\include "makam.ly"
25
26\relative c' {
27  \set Staff.keyAlterations = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
28  c4 cc db fk
29  gbm4 gfc gfb efk
30  fk4 db cc c
31}
32