]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/makam-example.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / makam-example.ly
diff --git a/Documentation/snippets/new/makam-example.ly b/Documentation/snippets/new/makam-example.ly
deleted file mode 100644 (file)
index 9191ffe..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-\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
-}