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