]> 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 b213f1c115dbf8e68fc67d2a066b4caff7132476..47d6d65f585c8c33f49693e9a1e883756d6eb995 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.4"
+%% Note: this file works from version 2.13.36
+\version "2.13.46"
 
 \header {
-%% Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   doctitlees = "Armaduras de tonalidad no tradicionales"
   texidoces = "
 
@@ -33,7 +33,8 @@ He aquí un ejemplo de una posible armadura para generar una escala
 exátona:
 "
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   doctitlede = "Untypische Tonarten"
   texidocde = "
 Der üblicherweise benutzte @code{\\key}-Befehl setzt die
@@ -56,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}