summaryrefslogtreecommitdiff
path: root/Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-07-17 18:18:47 +0200
commitf22c889b1389cb7d761580762fe77973780f2f86 (patch)
treed325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly
parent2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff)
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly')
-rw-r--r--Documentation/snippets/preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly45
1 files changed, 1 insertions, 44 deletions
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 690660bc61..678f86a92b 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
@@ -7,49 +7,7 @@
\version "2.14.2"
\header {
- lsrtags = "automatic-notation, pitches"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-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: 6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1
- 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: 28097cf54698db364afeb75658e4c8e0e0ccd716
- texidocfr = "
-Après un changement de tonalité, un bécarre est imprimé pour annuler
-toute altération précédente. Ce comportement s'annule en désactivant la
-propriété @code{printKeyCancellation} du contexte @code{Staff}.
-
-"
- doctitlefr = "Suppression des bécarres superflus après un changement de tonalité"
+ lsrtags = "pitches, automatic-notation"
texidoc = "
When the key signature changes, natural signs are automatically printed
@@ -73,4 +31,3 @@ property in the @code{Staff} context.
\key g \minor
a4 bes c d
}
-