]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
Docs-hu: Fix typos and some inconsistent formatting and content
[lilypond.git] / Documentation / snippets / preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
index 4f047f63f9b67ecf7810582c24e403f9fb9d8011..a0dafd2ac71e9108fef65d6757949f15974e3740 100644 (file)
@@ -1,11 +1,12 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.10"
 
 \header {
   lsrtags = "pitches"
 
-%% Translation of GIT committish: 674a5f874c07063ae56d55be25c55fc3b4bdb7bf
+%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
 doctitlees = "Evitar que se impriman becuadros cuando cambia la armadura"
 texidoces = "
 Cuando cambia la armadura de la tonalidad, se imprimen becuadros
@@ -15,8 +16,8 @@ propiedad @code{printKeyCancellation} del contexto @code{Staff}.
 
 "
 
-%% Translation of GIT committish: e75f1604a1b866c853dee42dbffcb7800c706a5f
-doctitlede = "Auflösungzeichen nicht setzen, wenn die Tonart wechselt"
+%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+doctitlede = "Auflösungzeichen nicht setzen wenn die Tonart wechselt"
 
 texidocde = "
 Wenn die Tonart wechselt, werden automatisch Auflösungszeichen ausgegeben,
@@ -24,12 +25,23 @@ 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
+  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é"
 
   texidoc = "
 When the key signature changes, natural signs are automatically printed
 to cancel any accidentals from previous key signatures.  This may be
-prevented by setting to \"false\" the @code{printKeyCancellation}
-property in the @code{Staff} context. 
+prevented by setting to @code{f} the @code{printKeyCancellation}
+property in the @code{Staff} context.
 
 "
   doctitle = "Preventing natural signs from being printed when the key signature changes"