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=eb7f37250141d1bf747f184b434987f13de5b977;hb=54b02666750062788185bd3f99e644d621e348c2;hp=b8c47f4c8eda9fb84ae5c7f7402e6ddb00333275;hpb=3749eebdbf55d7ebbc1ef3abccd0dff58fde3fa1;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 b8c47f4c8e..eb7f372501 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,12 +1,15 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.10" +\version "2.14.0" \header { lsrtags = "pitches" -%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb +%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura" texidoces = " @@ -18,7 +21,8 @@ propiedad @code{printKeyCancellation} del contexto @code{Staff}. " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt" texidocde = " @@ -27,12 +31,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}. "