]> git.donarmstrong.com Git - lilypond.git/blob - input/new/makam.ly
Split WWW target in two stages WWW-1 and WWW-2
[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   c4 cc db fk
18   gbm4 gfc gfb efk
19   fk4 db cc c
20 }