]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/makam-example.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / makam-example.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.19.7"
8
9 \header {
10   lsrtags = "pitches, version-specific, world-music"
11
12   texidoc = "
13 Makam is a type of melody from Turkey using 1/9th-tone microtonal
14 alterations. Consult the initialization file @samp{ly/makam.ly} for
15 details of pitch names and alterations.
16
17 "
18   doctitle = "Makam example"
19 } % begin verbatim
20
21 % Initialize makam settings
22 \include "makam.ly"
23
24 \relative c' {
25   \set Staff.keyAlterations = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
26   c4 cc db fk
27   gbm4 gfc gfb efk
28   fk4 db cc c
29 }