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=f9056caac3bda31437ed004d775fbae14ca61bf3;hp=d8e0ce826c0e0a25dfcbad9e47e7e658c4eda904;hpb=4e7e046d0842fe1de8ef906de402246f7ca33d0b;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 d8e0ce826c..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,43 +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.29" +\version "2.18.0" \header { - lsrtags = "pitches" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b -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 @@ -60,4 +30,3 @@ property in the @code{Staff} context. \key g \minor a4 bes c d } -