]> 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 46770a23b76f0a57af52f3d2ac6011b31038e8fc..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.36"
+%% Note: this file works from version 2.14.0
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   doctitlees = "Armaduras de tonalidad no tradicionales"
   texidoces = "
 
@@ -34,6 +37,31 @@ exátona:
 "
 
 
+%% 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 = "
@@ -57,14 +85,14 @@ für alle Oktaven gelten.
 Hier ein Beispiel einer möglichen Tonart für eine Ganztonleiter:
 "
 
-%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   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 :
+liste@tie{}:
 
 @code{\\set Staff.keySignature = #`(((octave . pas) . altération) ((octave
 . pas) . altération) @dots{})}