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=ab32f9212ff6533099e77ce47efd9807c9f4c0bb;hb=77cf1054ff5aeb20978a1586a44f5b95fb365585;hp=b1778caee05fc9bdf5ef96ddc1291b2eda6705e2;hpb=17f11c2f5ab963bfb07b7652b4860dc4dda5540a;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 b1778caee0..ab32f9212f 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,45 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.39" +\version "2.18.0" \header { - lsrtags = "pitches" - -%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 -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 @qq{falso} la -propiedad @code{printKeyCancellation} del contexto @code{Staff}. - -" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt" - -texidocde = " -Wenn die Tonart wechselt, werden automatisch Auflösungszeichen ausgegeben, -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: 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}. - -" - - doctitlefr = "Suppression des bécarres superflus après un changement de -tonalité" + lsrtags = "automatic-notation, pitches" texidoc = " When the key signature changes, natural signs are automatically printed @@ -62,4 +30,3 @@ property in the @code{Staff} context. \key g \minor a4 bes c d } -