X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpreventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly;h=f3646550d6d4251a5fb558827c0c1cc7ecad2911;hb=3b48f8b827af5e13ee56b0a52998cdf94b6a505e;hp=89114b56e9cc2e96021da0bb372f9431ed48e73d;hpb=cb01be4028886109ecc4772234452965ce7dfb66;p=lilypond.git diff --git a/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly b/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly index 89114b56e9..f3646550d6 100644 --- a/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly +++ b/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly @@ -1,23 +1,26 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.4" +\version "2.13.20" \header { lsrtags = "pitches" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura" + texidoces = " + Cuando cambia la armadura de la tonalidad, se imprimen becuadros automáticamente para cancelar las alteraciones de las armaduras -anteriores. Esto se puede evitar estableciendo al valor \"falso\" la +anteriores. Esto se puede evitar estableciendo al valor @qq{falso} la propiedad @code{printKeyCancellation} del contexto @code{Staff}. " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d -doctitlede = "Auflösungzeichen nicht setzen, wenn die Tonart wechselt" + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 +doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt" texidocde = " Wenn die Tonart wechselt, werden automatisch Auflösungszeichen ausgegeben, @@ -25,12 +28,13 @@ um Versetzungszeichen der vorherigen Tonart aufzulösen. Das kann verhindert werden, indem die @code{printKeyCancellation}-Eigenschaft im @code{Staff}-Kontext auf \"false\" gesetzt wird. " -%% Translation of GIT committish: 59968a089729d7400f8ece38d5bc98dbb3656a2b + +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e texidocfr = " Après un changement de tonalité, un bécarre est imprimé pour annuler toute altération précédente. Ceci peut être supprimé en réglant à @code{\"false\"} la propriété @code{printKeyCancellation} du contexte -@code{Staff}. +@code{Staff}. "