]> 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 f0ab4ec5cd01e42e8763373a54e197b3c520d370..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 = "
 
@@ -34,7 +34,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 +57,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 +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.