]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/makam-example.ly
LSR: Update.
[lilypond.git] / input / new / makam-example.ly
diff --git a/input/new/makam-example.ly b/input/new/makam-example.ly
deleted file mode 100644 (file)
index 9e88142..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\version "2.12.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
-@code{makam.ly} (see the `Learning Manual @version{},
-4.6.3 Other sources of information' for the location of this file)
-for details of pitch names and alterations."
-  doctitle = "Makam example"
-}
-
-% Initialize makam settings
-\include "makam.ly"
-
-\relative c' {
-  \set Staff.keySignature = #`((3 . ,BAKIYE) (6 . ,(- KOMA)))
-  c4 cc db fk
-  gbm4 gfc gfb efk
-  fk4 db cc c
-}