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