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=1d3f0504571635c869465162c9487ef1687e4df7;hb=873151f815f8b8e27eb5231c74e28392561e4668;hp=17c34486517565177b57ced8355223dc59749b96;hpb=c833f8a341b81466e084ed031362eadeb4a815aa;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 17c3448651..1d3f050457 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 @@ -4,53 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.16.0" \header { - lsrtags = "pitches, automatic-notation" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 -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: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 - texidocit = " -Quando l'armatura di chiave cambia, vengono inseriti automaticamente i -segni di bequadro per annulare le alterazioni di precedenti armature. Si -può evitare questo comportamento impostando su @code{f} (falso) la proprietà -@code{printKeyCancellation} nel contesto @code{Staff}. - -" - doctitleit = "Impedire l'inserimento dei segni di bequadro quando cambia l'armatura di chiave" - -%% 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: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 - 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 @@ -74,4 +31,3 @@ property in the @code{Staff} context. \key g \minor a4 bes c d } -