]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/new/makam-example.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / new / makam-example.ly
1 \version "2.14.0"
2
3 \header {
4   lsrtags = "pitches, world-music"
5   texidoc = "
6 Makam is a type of melody from Turkey using 1/9th-tone microtonal
7 alterations.  Consult the initialization file @samp{ly/makam.ly} for
8 details of pitch names and alterations.
9
10 "
11   doctitle = "Makam example"
12 }
13
14 % Initialize makam settings
15 \include "makam.ly"
16
17 \relative c' {
18   \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
19   c4 cc db fk
20   gbm4 gfc gfb efk
21   fk4 db cc c
22 }