]> git.donarmstrong.com Git - lilypond.git/blob - input/new/makam-example.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / makam-example.ly
1 \version "2.11.61"
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{makam.ly} (see the `Learning Manual @version{},
7 4.6.3 Other sources of information' for the location of this file)
8 for details of pitch names and alterations."
9   doctitle = "Makam example"
10 }
11
12 % Initialize makam settings
13 \include "makam.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 }