]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/makam.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / new / makam.ly
index 7e42bb25b3c073cf158c2531b49c55a1e5e67303..c4150ae30c9dd57577b80a4e1c80c877fa1ba43e 100644 (file)
@@ -1,20 +1,20 @@
 \version "2.11.6"
 \header {
-  doctitle = "Makam"
-  lsrtags = "pitches"
+  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-init.ly} (in @code{/usr/share/lilypond/current/ly})
-  for details of pitch names and alterations.
-  "
+microtonal alterations.  Consult the initialization file
+@code{makam-init.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"
 }
 
 % Initialize makam settings
 \include "makam-init.ly"
 
 \relative c' {
-  \set Staff.keySignature =  #`((3 . ,BAKIYE) (6 . ,(- KOMA)))  
-  c cc db fk
-  gbm gfc gfb efk
-  fk db cc c
+  \set Staff.keySignature = #`((3 . ,BAKIYE) (6 . ,(- KOMA)))
+  c4 cc db fk
+  gbm4 gfc gfb efk
+  fk4 db cc c
 }