%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/makam-example.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: 0cc270b871321ae5aa8622cea8d8262aafd16641
  texidocja = "
マカームはトルコ発祥の旋法で、1/9 音の微分音を使用します。ピッチの名前や@c
調号についての詳細は、初期化ファイル @samp{ly/makam.ly} を参照してください。
"
  doctitleja = "マカームの例"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Makam è un tipo di melodia proveniente dalla Turchia che usa alterazioni
microtonali di 1/9. Consultare il file di inizializzazione @samp{ly/makam.ly}
per vedere come sono definiti i nomi delle altezze e le alterazioni.
"
  doctitleit = "Esempio di makam"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Le « makam » est une forme de mélodie turque qui utilise des altérations
d'un neuvième de ton.

Consultez le fichier d'initialisation @file{ly/makam.ly} pour plus de
détails sur les hauteurs et altérations utilisées (voir le chapitre
5.7.4 - Autres sources d'information du manuel d'initiation pour le
localiser).
"

  doctitlefr = "Exemple de musique « Makam »"

%% Translation of GIT committish: aa4f229bc77265d2deaa36055c5845cd682823fe
  texidoces = "
El «Makam» es un tipo de melodía de Turquía que utiliza
alteraciones microtonales de 1/9 de tono.

Consulte el archivo de inicio @code{ly/makam.ly} para ver detalles
de los nombres de las notas y las alteraciones.
"
  doctitlees = "Ejemplo de @emph{makam}"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Makam ist eine türkische Melodie, in der 1/9-Tonabstände
eingesetzt werden.  Sehen Sie sich die Initialisierungsdatei
@file{makam.ly} für weiter Information zu Tonhöhenbezeichnungen
und Alterationen an (siehe
Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu
Hinweisen, wo diese Datei gespeichert ist)."

  doctitlede = "Makam-Beispiel"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
El «Makam» és un tipus de melodia de Turquia que utilitza
alteracions microtonals de 1/9 de to.  Consulteu el fitxer d'inici
@file{makam.ly} (vegeu el «Manual d'aprenentatge @version{},
4.6.3 Altres forms d'informació» per esbrinar la situació
d'aquest fitxer) per veure detalls dels noms de les notes i les
alteracions.

"
  doctitleca = "Exemple de «Makam»"

  categories = "Pitches, Version-specific, World music"

  texidoc = "
Makam is a type of melody from Turkey using 1/9-tone microtonal
alterations.

Consult the initialization file @code{ly/makam.ly} for details of pitch
names and alterations.
"

  doctitle = "Makam example"
} % begin verbatim


\include "makam.ly"

\relative c' {
  \set Staff.keyAlterations = #`((6 . ,(- KOMA)) (3 . ,BAKIYE))
  c4 cc db fk
  gbm4 gfc gfb efk
  fk4 db cc c
}



% ****************************************************************
% end ly snippet
% ****************************************************************
