X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fnon-traditional-key-signatures.ly;h=1c6b5c0f37b0a6121550ebe49d20de166791713b;hb=569714401fbe0e814f0282059f157aa36a54c706;hp=34ea0eccc24631a7393db6985ab084c2c215ee05;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;p=lilypond.git diff --git a/Documentation/snippets/non-traditional-key-signatures.ly b/Documentation/snippets/non-traditional-key-signatures.ly index 34ea0eccc2..1c6b5c0f37 100644 --- a/Documentation/snippets/non-traditional-key-signatures.ly +++ b/Documentation/snippets/non-traditional-key-signatures.ly @@ -1,10 +1,14 @@ -%% 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 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.14.0 +\version "2.14.0" \header { -%% Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Armaduras de tonalidad no tradicionales" texidoces = " @@ -32,7 +36,33 @@ He aquí un ejemplo de una posible armadura para generar una escala 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 @@ -55,6 +85,35 @@ für alle Oktaven gelten. Hier ein Beispiel einer möglichen Tonart für eine Ganztonleiter: " +%% 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@tie{}: + +@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}