diff options
author | Neil Puttock <n.puttock@gmail.com> | 2009-08-06 00:22:07 +0100 |
---|---|---|
committer | Neil Puttock <n.puttock@gmail.com> | 2009-08-06 00:22:07 +0100 |
commit | 71243e9548e9146da4a90e6347dbca6430346be8 (patch) | |
tree | ee9391d50f76485f993d1cbefbb6279d39659e5b /Documentation/snippets/makam-example.ly | |
parent | c24bfce43ddff6e8e2bd8f8a13fec0de090a4ef9 (diff) |
LSR: Update.
Diffstat (limited to 'Documentation/snippets/makam-example.ly')
-rw-r--r-- | Documentation/snippets/makam-example.ly | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/Documentation/snippets/makam-example.ly b/Documentation/snippets/makam-example.ly index 669b5571cf..a41a672e61 100644 --- a/Documentation/snippets/makam-example.ly +++ b/Documentation/snippets/makam-example.ly @@ -1,10 +1,10 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.13.1" +% Do not edit this file; it is automatically +% generated from Documentation/snippets/new +% This file is in the public domain. +%% Note: this file works from version 2.13.0 +\version "2.13.4" \header { - lsrtags = "pitches, world-music" - %% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca texidoces = " El «Makam» es un tipo de melodía de Turquía que @@ -17,7 +17,8 @@ nombres de las notas y las alteraciones. " doctitlees = "Ejemplo de «Makam»" - + + %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d texidocde = " Makam ist eine türkische Melodie, in der 1/9-Tonabstände @@ -26,18 +27,20 @@ eingesetzt werden. Sehen Sie sich die Initialisierungsdatei und Alterationen an (siehe Handbuch zum Lernen @version{}, 4.6.3 Weitere Information zu Hinweisen, wo diese Datei gespeichert ist)." - + doctitlede = "Makam-Beispiel" + 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. +alterations. Consult the initialization file @samp{ly/makam.ly} for +details of pitch names and alterations. " doctitle = "Makam example" } % begin verbatim + % Initialize makam settings \include "makam.ly" |