]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/non-traditional-key-signatures.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / non-traditional-key-signatures.ly
index 7d037527a995e7c5fd73b45591291f537b376c50..0eb665f10bc5157eabd841c2090b0d64a4b96615 100644 (file)
@@ -1,11 +1,14 @@
-% Do not edit this file; it is automatically
+% DO NOT EDIT this file manually; it is automatically
 % generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
 % This file is in the public domain.
-%% Note: this file works from version 2.13.0
-\version "2.13.16"
+%% Note: this file works from version 2.13.36
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   doctitlees = "Armaduras de tonalidad no tradicionales"
   texidoces = "
 
@@ -34,7 +37,7 @@ exátona:
 "
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   doctitlede = "Untypische Tonarten"
   texidocde = "
 Der üblicherweise benutzte @code{\\key}-Befehl setzt die
@@ -57,9 +60,9 @@ für alle Oktaven gelten.
 Hier ein Beispiel einer möglichen Tonart für eine Ganztonleiter:
 "
 
-%% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b
+%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
   texidocfr = "
-La commande @code{\\key} détermine la propriété @code{keySignature} d'un 
+La commande @code{\\key} détermine la propriété @code{keySignature} d'un
 contexte @code{Staff}.
 
 Des armures inhabituelles peuvent être spécifiées en modifiant
@@ -67,14 +70,14 @@ directement cette propriété. Il s'agit en l'occurence de définir une
 liste :
 
 @code{\\set Staff.keySignature = #`(((octave . pas) . altération) ((octave
-. pas) . altération) @dots{})} 
+. pas) . altération) @dots{})}
 
-dans laquelle, et pour chaque élément, 
+dans laquelle, et pour chaque élément,
 @code{octave} spécifie l'octave (0@tie{}pour celle allant du
 do@tie{}médium au si supérieur), @code{pas} la note dans cette octave
 (0@tie{}pour@tie{}do et 6@tie{}pour@tie{}si), et @code{altération} sera
 @code{,SHARP ,FLAT ,DOUBLE-SHARP} etc.  (attention à la virgule en
-préfixe). 
+préfixe).
 
 Une formulation abrégée -- @code{(pas . altération)} -- signifie que
 l'altération de l'élément en question sera valide quel que soit l'octave.