]> git.donarmstrong.com Git - lilypond.git/blob - input/new/makam.ly
Docs: Depend on version.itexi (included from macros.itexi), not version.texi
[lilypond.git] / input / new / makam.ly
1 \version "2.11.6"
2 \header {
3   lsrtags = "pitches"
4   texidoc = "Makam is a type of melody from Turkey using 1/9th-tone
5   microtonal alterations.  Consult the initialization file
6   @code{makam-init.ly} (in @code{/usr/share/lilypond/current/ly})
7   for details of pitch names and alterations.
8   "
9   doctitle = "Makam"
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 }