]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/non-traditional-key-signatures.ly
Doc: run makelsr again to propagate markers in texidocs.
[lilypond.git] / Documentation / snippets / non-traditional-key-signatures.ly
index c11c6d4df8f51b9f054060152dd31b1211b5ecca..1c6b5c0f37b0a6121550ebe49d20de166791713b 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.10"
+%% Note: this file works from version 2.14.0
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   doctitlees = "Armaduras de tonalidad no tradicionales"
   texidoces = "
 
@@ -34,7 +37,32 @@ exátona:
 "
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270
+  texidocit = "
+Il comando @code{\\key} comunemente usato imposta la proprietà
+@code{keySignature}, che fa parte del contesto @code{Staff}.
+
+Per creare armature di chiave non standard, tale proprietà va
+impostata esplicitamente.  Il formato di questo comando è
+una lista:
+
+@code{\\set Staff.keySignature = #`(((ottava . grado) . alterazione) ((ottava
+. grado) . alterazione) ...)} dove, per ogni elemento della lista,
+@code{ottava} indica l'ottava (0@tie{}è l'ottava dal Do@tie{}centrale
+al Si precedente), @code{grado} indica la nota all'interno
+dell'ottava (0@tie{}significa@tie{}Do e 6@tie{}significa@tie{}Si) e @code{alterazione}
+può essere @code{,SHARP ,FLAT ,DOUBLE-SHARP} etc.  (Si noti la virgola iniziale.)
+
+Altrimenti, usando, per ogni elemento della lista, il formato breve
+@code{(grado . alterazione)}, ciò indica che la stessa alterazione deve
+essere presente in tutte le ottave.
+
+Ecco un esempio di una possibile armatura per generare una scala
+a tono intero:
+"
+  doctitleit = "Armature di chiave non tradizionali"
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   doctitlede = "Untypische Tonarten"
   texidocde = "
 Der üblicherweise benutzte @code{\\key}-Befehl setzt die
@@ -57,24 +85,24 @@ 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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   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
 directement cette propriété. Il s'agit en l'occurence de définir une
-liste :
+liste@tie{}:
 
 @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.