]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/non-traditional-key-signatures.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / non-traditional-key-signatures.ly
index beff98c0746de72699bbb474d481839cb20a4ec4..1e6366eb30a44ddf16a6b289ad877fb53a1e8d47 100644 (file)
@@ -1,11 +1,11 @@
 % 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.16"
+%% Note: this file works from version 2.13.36
+\version "2.13.36"
 
 \header {
-%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
+%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
   doctitlees = "Armaduras de tonalidad no tradicionales"
   texidoces = "
 
@@ -57,9 +57,9 @@ für alle Oktaven gelten.
 Hier ein Beispiel einer möglichen Tonart für eine Ganztonleiter:
 "
 
-%% Translation of GIT committish: 58a29969da425eaf424946f4119e601545fb7a7e
+%% 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 +67,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.