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=0f761d8b9f964fc6719fccd0c1be90ef769767f1;hp=0644138f325f754eb4d589bae23de2bc28df6e62;hpb=0f55a6bfb648fb279a4e7d75febe7fa01736bafb;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 0644138f32..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 @@ -1,43 +1,13 @@ -%% 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.16" +\version "2.16.0" \header { - lsrtags = "pitches" - -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d -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: 58a29969da425eaf424946f4119e601545fb7a7e - 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 @@ -49,6 +19,7 @@ property in the @code{Staff} context. doctitle = "Preventing natural signs from being printed when the key signature changes" } % begin verbatim + \relative c' { \key d \major a4 b cis d @@ -60,4 +31,3 @@ property in the @code{Staff} context. \key g \minor a4 bes c d } -