]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/non-traditional-key-signatures.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / non-traditional-key-signatures.ly
index d3184a6c499bb5f32d0a204e5e32e0f3a42e70b9..47d6d65f585c8c33f49693e9a1e883756d6eb995 100644 (file)
@@ -1,10 +1,11 @@
-%% Do not edit this file; it is auto-generated from input/new
-%% This file is in the public domain.
-%% Note: this file works from version 2.13.0
-\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.36
+\version "2.13.46"
 
 \header {
-%% Translation of GIT committish: d4f58bb3ad4e7fe1967a6b48f25e3addffc8aa14
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   doctitlees = "Armaduras de tonalidad no tradicionales"
   texidoces = "
 
@@ -32,7 +33,8 @@ He aquí un ejemplo de una posible armadura para generar una escala
 exátona:
 "
 
-%% Translation of GIT committish: 6bf3e9149eb97e66b4c813e41dc7625f06c501aa
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   doctitlede = "Untypische Tonarten"
   texidocde = "
 Der üblicherweise benutzte @code{\\key}-Befehl setzt die
@@ -55,6 +57,35 @@ für alle Oktaven gelten.
 Hier ein Beispiel einer möglichen Tonart für eine Ganztonleiter:
 "
 
+%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
+  texidocfr = "
+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
+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{})}
+
+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).
+
+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.
+
+
+Voici, par exemple, comment générer une gamme par ton :
+
+"
+  doctitlefr = "Armures inhabituelles"
+
+
   lsrtags = "pitches, staff-notation"
   texidoc = "
 The commonly used @code{\\key} command sets the @code{keySignature}