]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/makam-example.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / new / makam-example.ly
diff --git a/Documentation/snippets/new/makam-example.ly b/Documentation/snippets/new/makam-example.ly
new file mode 100644 (file)
index 0000000..9191ffe
--- /dev/null
@@ -0,0 +1,22 @@
+\version "2.14.0"
+
+\header {
+  lsrtags = "pitches, world-music"
+  texidoc = "
+Makam is a type of melody from Turkey using 1/9th-tone microtonal
+alterations.  Consult the initialization file @samp{ly/makam.ly} for
+details of pitch names and alterations.
+
+"
+  doctitle = "Makam example"
+}
+
+% Initialize makam settings
+\include "makam.ly"
+
+\relative c' {
+  \set Staff.keySignature = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
+  c4 cc db fk
+  gbm4 gfc gfb efk
+  fk4 db cc c
+}